This commit is contained in:
James Agnew 2019-10-22 14:01:21 -04:00
parent c003047ca9
commit 5809457335
2 changed files with 8 additions and 0 deletions

View File

@ -563,6 +563,10 @@
<id>tuomoa</id>
<name>Tuomo Ala-Vannesluoma</name>
</developer>
<developer>
<id>jelmerterwal</id>
<name>Jelmer ter Wal</name>
</deveoper>
</developers>
<licenses>

View File

@ -439,6 +439,10 @@
<![CDATA[<code>ProcedureRequest?someCustomParameter.BAD_NAME=</code>]]>, the server would ignore this
parameter instead of incorrectly returning an error. This has been corrected.
</action>
<action type="fix" issue="1526">
Several issues with HAPI FHIR's annotation scanner that prevented use with Kotlin based
resource providers have been corrected. Thanks to Jelmer ter Wal for the pull request!
</action>
</release>
<release version="4.0.3" date="2019-09-03" description="Igloo (Point Release)">
<action type="fix">