release notes

This commit is contained in:
Grahame Grieve 2023-07-27 22:26:58 +10:00
parent 3acfd8a879
commit df83868b56
1 changed files with 11 additions and 2 deletions

View File

@ -1,7 +1,16 @@
## Validator Changes
* Update IPS versions for -ips parameter
* Update IPS versions for -ips parameter (and get it working again)
* fix up validation of constraints in differentials (wasn't always happening)
* add warnings when collection status isn't right
* Better information messages when CodeSystem.content = not-present
* Add character check in validator for illegal XML Unicode characters
* Fix path problem in NpmPackage (some simplifier packages couldn't be processed)
* Fix NPE validating codes in value sets with improper expansions
## Other code changes
* no changes
* Add support for Liquid assign
* Switch to DateTime type for Android Support
* Code clean up: remove unused imports
* Fix JSON unicode encoding handling of chars <32 code points