diff --git a/pom.xml b/pom.xml index 9057d846444..2b2ad096f58 100644 --- a/pom.xml +++ b/pom.xml @@ -398,7 +398,10 @@ c-schuler Chris Schuler - + + javajeff + Jeff Chung + diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1f1804d1ea8..8869cddb77e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -234,6 +234,12 @@ against a compartment where the compartment owner was specified as a list of IDs. Thanks to Jiajing Liang for the pull request! + + REST HOOK subscriptions in the JPA server now support having + an empty/missing Subscription.channel.payload value, which + is supported according to the FHIR specification. Thanks + to Jeff Chung for the pull request! +