From 66532cc2c26d77ebd9e6cec9fe9c8ef8e8076c8f Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Fri, 12 Jun 2020 09:42:56 +1000 Subject: [PATCH] Add release notes --- RELEASE_NOTES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e69de29bb..dc548fe3e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -0,0 +1,7 @@ +* Override extension methods in BackboneElement to look in modifierExtensions as well as extensions +* First draft of Profile Comparison tools (org.hl7.fhir.r5.comparison) +* Improved error messages when snapshot generation fails when slicing something that doesn't repeat +* Improvements for CDA round-tripping (XML esacping issues, xsi:type related issues, namespacing issues) +* Fix bug rendering DiagnosticReports with multiple categories +* adjust check on Attachment to only be an warning (when no meaningful content exists) +* add security check mode to Validator