diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7da8e3614..85661cef3 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,8 +1,14 @@ ## Validator Changes -* Allow programmatic access to validated fragments. -* Identify derived validated fragments. +* fix CDA parsing error for sdtc:raceCode +* fix xml output to deal with namespaces properly +* fix FHIRPath join implementation to make separator parameter optional ## Other code changes -* no changes +* Improve rendering for xml_no_order extension +* add command line demo app +* rework xig into 3 steps +* add userData to JSON element +* Initial SQL On FHIR implementation +* Add getDistalNames() to FHIRPath for SQL-on-FHIR support