From ffb723fd34fdef9f92ef890dc49c090ef977740a Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Fri, 15 Sep 2023 13:18:25 -0700 Subject: [PATCH] release notes --- RELEASE_NOTES.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e757aa1ff..acdc81651 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,24 @@ ## Validator Changes -* no changes +* Add R4B binding-definition URL to validator exception list +* Correct validation when CodeSystem.content = example and server doesn't know code system +* Fix bug processing CDA snapshots +* Fix issue evaluating FHIRPath correctness on CDA.Observation +* Improve error message from validator when invariants fail +* Fix NPE validating concept maps +* Add parameter for easy CDA validation +* Suppress wrong invariants on compiler magic types +* fix NPE checking codes ## Other code changes -* Library changes for IG-publisher \ No newline at end of file +* Improve CodeSystem rendering - make parent property a link +* Add file tracking when npm package performing file unpacking +* Remove env variables from path builder +* Fix bug in version comparison +* fix for NPE in HAPI +* Performance improvements for IG Publisher +* Start working on cross-version extensions +* Improve rendering of message about logical target +* Fix error in Comparisons +* fix NPE checking codes