Credit for #736
This commit is contained in:
parent
dea9cdde58
commit
b68483bab6
4
pom.xml
4
pom.xml
|
@ -366,6 +366,10 @@
|
|||
<id>patrick-werner</id>
|
||||
<name>Patrick Werner</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>malcolmm83</id>
|
||||
<name>Malcolm McRoberts</name>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<licenses>
|
||||
|
|
|
@ -170,6 +170,11 @@
|
|||
DSTU2-hl7org and DSTU2.1 structures did not copy resource IDs when invoking
|
||||
copyValues(). Thanks to Clayton Bodendein for the pull request!
|
||||
</action>
|
||||
<action type="fix" issue="734">
|
||||
When encoding a Binary resource, the Binary.securityContext field
|
||||
was not encoded correctly. Thanks to Malcolm McRoberts for the pull
|
||||
request with fix and test case!
|
||||
</action>
|
||||
</release>
|
||||
<release version="3.0.0" date="2017-09-27">
|
||||
<action type="add">
|
||||
|
|
Loading…
Reference in New Issue