Credit for #543
This commit is contained in:
parent
3c6dc5d338
commit
4940457962
4
pom.xml
4
pom.xml
|
@ -310,6 +310,10 @@
|
|||
<id>hugosoares</id>
|
||||
<name>Hugo Soares</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>SRiviere</id>
|
||||
<name>Sebastien Riviere</name>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<licenses>
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue