From 8ff2c462f845c5cab12213cf331997b2ac47db9b Mon Sep 17 00:00:00 2001 From: James Agnew Date: Fri, 1 Nov 2019 11:05:53 -0400 Subject: [PATCH] Credit for #1088 --- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d553c8e70c2..0d9a51daf6e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -492,6 +492,11 @@ The hapi-fhir-testpage-overlay has been updated to support R5 endpoints. Thanks to Dazhi Jiao for the pull request! + + The CapabilityStatement generator will now determine supported profiles by navigating the complete + hierarchy of supported resource types, instead of just using the root resource for each type. + Thanks to Stig Døssing for the pull request! +