This commit is contained in:
jamesagnew 2018-03-19 06:25:49 -04:00
parent 3f6861ef55
commit 42498f3f87
2 changed files with 10 additions and 1 deletions

View File

@ -398,7 +398,10 @@
<id>c-schuler</id>
<name>Chris Schuler</name>
</developer>
<developer>
<id>javajeff</id>
<name>Jeff Chung</name>
</developer>
</developers>
<licenses>

View File

@ -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!
</action>
<action type="add" issue="812">
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!
</action>
</release>
<release version="3.2.0" date="2018-01-13">
<action type="add">