compile fix + release notes

This commit is contained in:
Grahame Grieve 2021-04-21 19:54:59 +10:00
parent 7b60c1b85d
commit 6af6219dcc
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
* Breaking Change: Fix issue where primitive elements with required bindings must have a value, but this wasn't be checked
* Fix bug with value set imports not working
* Fix bug with base definitions not working properly for logical models
* Better memory tracking for validator
* Get code generator compiling

View File

@ -19,7 +19,7 @@
<properties>
<hapi_fhir_version>5.1.0</hapi_fhir_version>
<validator_test_case_version>1.1.59</validator_test_case_version>
<validator_test_case_version>1.1.60-SNAPSHOT</validator_test_case_version>
<junit_jupiter_version>5.7.1</junit_jupiter_version>
<junit_platform_launcher_version>1.7.1</junit_platform_launcher_version>
<maven_surefire_version>3.0.0-M4</maven_surefire_version>