add release notes
This commit is contained in:
parent
83f03c6169
commit
8af7859393
|
@ -1,7 +1,16 @@
|
|||
## Validator Changes
|
||||
|
||||
* no changes
|
||||
* CodeSystem property validation improvements
|
||||
* More valueset validation improvements after real world testing
|
||||
* Fix processing of NotSelectable filters using in | not-in
|
||||
* Fix wrong collection type checking FHIRPath subsetOf parameter type
|
||||
|
||||
## Other code changes
|
||||
|
||||
* no changes
|
||||
* Fix rendering of contained resources in Kindling
|
||||
* Put jurisdiction in NPM package file
|
||||
* Rendering improvements for xver IG
|
||||
* More xver support for concept maps
|
||||
* Fix NPE in ContextUtilities (kindling)
|
||||
* Add OID Assigner utility
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -21,7 +21,7 @@
|
|||
<commons_compress_version>1.26.0</commons_compress_version>
|
||||
<guava_version>32.0.1-jre</guava_version>
|
||||
<hapi_fhir_version>6.4.1</hapi_fhir_version>
|
||||
<validator_test_case_version>1.5.2-SNAPSHOT</validator_test_case_version>
|
||||
<validator_test_case_version>1.5.2</validator_test_case_version>
|
||||
<jackson_version>2.16.0</jackson_version>
|
||||
<junit_jupiter_version>5.9.2</junit_jupiter_version>
|
||||
<junit_platform_launcher_version>1.8.2</junit_platform_launcher_version>
|
||||
|
|
Loading…
Reference in New Issue