Credit for #1404
This commit is contained in:
parent
c0c5714d36
commit
e20443010d
5
pom.xml
5
pom.xml
|
@ -530,6 +530,11 @@
|
||||||
<id>gteichrow</id>
|
<id>gteichrow</id>
|
||||||
<name>Gary Teichrow</name>
|
<name>Gary Teichrow</name>
|
||||||
</developer>
|
</developer>
|
||||||
|
<developer>
|
||||||
|
<id>sethrylan</id>
|
||||||
|
<name>Seth Rylan Gainey</name>
|
||||||
|
<url>http://sethrylan.org/</url>
|
||||||
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
|
|
|
@ -359,6 +359,11 @@
|
||||||
can now be used to upload custom vocabulary that has been converted into a standard file format
|
can now be used to upload custom vocabulary that has been converted into a standard file format
|
||||||
defined by HAPI FHIR. This is useful for uploading large organizational code systems.
|
defined by HAPI FHIR. This is useful for uploading large organizational code systems.
|
||||||
</action>
|
</action>
|
||||||
|
<action type="fix" issue="1404">
|
||||||
|
In the JAX-RS server, the resource type history and instance vread
|
||||||
|
operations had ambiguous paths that could lead to the wrong method
|
||||||
|
being called. Thanks to Seth Rylan Gainey for the pull request!
|
||||||
|
</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="3.8.0" date="2019-05-30" description="Hippo">
|
<release version="3.8.0" date="2019-05-30" description="Hippo">
|
||||||
<action type="fix">
|
<action type="fix">
|
||||||
|
|
Loading…
Reference in New Issue