Update RELEASE_NOTES.md

This commit is contained in:
Grahame Grieve 2023-03-02 11:09:18 +11:00 committed by GitHub
parent fbe381f0aa
commit 92f4d3fa68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 2 deletions

View File

@ -1,7 +1,16 @@
## Major change:
* New R5 release - rebuild R5 implementation, update a lot of related code
## Validator Changes
* no changes
* Load separate R5 extensions package
* Load FML directly, and validate mapping as much as possible
## Other code changes
* no changes
* Fix bugs in Java R5 code generator
* Add more control at the code level over how to handle unknown profiles when generating snapshots
* Rework ConceptMap for major R5 changes
* Fix bug in CommaGeneratedStringBuilder (calling toString() multiple times duplicated content)
* handle case [reference].where(resolve() is X) when analysing types+elements in FHIRPath statements