This commit is contained in:
James 2017-03-17 06:30:52 -04:00
parent 3c6dc5d338
commit 4940457962
2 changed files with 10 additions and 1 deletions

View File

@ -310,6 +310,10 @@
<id>hugosoares</id>
<name>Hugo Soares</name>
</developer>
<developer>
<id>SRiviere</id>
<name>Sebastien Riviere</name>
</developer>
</developers>
<licenses>

View File

@ -178,10 +178,15 @@
are now populated into the OperationOutcome produced by
create and update operations
</action>
<action type="add">
<action type="add" issue="542">
Add support for the $process-message operation to fluent client.
Thanks to Hugo Soares for the pull request!
</action>
<action type="add" issue="543">
Parser can now be configured when encoding to use a specific
base URL for extensions. Thanks to Sebastien Riviere for the
pull request!
</action>
</release>
<release version="2.2" date="2016-12-20">
<action type="add">