org.hl7.fhir.core/RELEASE_NOTES.md

17 lines
707 B
Markdown
Raw Normal View History

## Validator Changes
2023-07-27 08:26:58 -04:00
* 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
2023-07-27 08:26:58 -04:00
* 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