diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d65f86e2..e69de29b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,13 +0,0 @@ -* Translations: fix concurrent modification error processing language translations -* Translations: Move translation files to /translations from /temp/lang -* Validator: Fix expression for con-3 properly (fix validation problem on some condition resources) -* Validator: Fix FHIRPath bug using wrong type on simple elements when checking FHIRPath types -* Validator: Fix value set rendering creating wrong references -* Validator: Fix bug processing value set includes / excludes that are just value sets (no system value) -* Validator: Alter processing of unknown code systems per discussion at ,https://chat.fhir.org/#narrow/stream/179252-IG-creation/topic/Don't.20error.20when.20you.20can't.20find.20code.20system and implement unknown-codesystems-cause-errors -* Validator: Improve message for when elements are out of order in profile differentials -* Renderer: FHIRPath: Allow _ in constant names (per FHIRPath spec) -* Renderer: Fix problem where profile rendering had spurious 'slices for' nodes everywhere -* Renderer: Check for null fetcher processing ConceptMaps (#1728) -* Renderer: Fix problem generating value set spreadsheets -* SQL: Update SQL-On-FHIR implementation for latest cases, and clone test cases to general test care repository diff --git a/org.hl7.fhir.publisher.cli/pom.xml b/org.hl7.fhir.publisher.cli/pom.xml index cdd0d178..af8159f8 100644 --- a/org.hl7.fhir.publisher.cli/pom.xml +++ b/org.hl7.fhir.publisher.cli/pom.xml @@ -5,7 +5,7 @@ org.hl7.fhir.publisher org.hl7.fhir.publisher - 1.6.23 + 1.6.24-SNAPSHOT ../pom.xml 4.0.0 diff --git a/org.hl7.fhir.publisher.core/pom.xml b/org.hl7.fhir.publisher.core/pom.xml index 94dcba00..46e6a781 100644 --- a/org.hl7.fhir.publisher.core/pom.xml +++ b/org.hl7.fhir.publisher.core/pom.xml @@ -5,7 +5,7 @@ org.hl7.fhir.publisher org.hl7.fhir.publisher - 1.6.23 + 1.6.24-SNAPSHOT ../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index b650d3e2..18e97d5c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.hl7.fhir.publisher org.hl7.fhir.publisher - 1.6.23 + 1.6.24-SNAPSHOT pom