diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7b06c6ab5..ae170a2bb 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,9 @@ ## Validator Changes -* no changes +* Add format codes ```md``` and ```url``` to FHIRPath escape() and unescape() +* Add second parameter ```s_last``` to FHIRPath join() to use a different separator for the last time (e.g. ```.join(', ', 'and')```) ## Other code changes -* no changes \ No newline at end of file +* Parse status when parsing FML metadata +* Fix NPE in FHIRPath resolve() for contained resources ([discussion](https://chat.fhir.org/#narrow/stream/179167-hapi/topic/fix.20to.20FHIRPathEngine)) \ No newline at end of file diff --git a/pom.xml b/pom.xml index a1e98f012..628298512 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 6.2.1 - 1.2.20-SNAPSHOT + 1.2.20 5.7.1 1.8.2 3.0.0-M5