From 436c856396ca0d035ae294d4f2649628ee4133c3 Mon Sep 17 00:00:00 2001 From: mmsmits Date: Mon, 28 Oct 2024 13:32:13 +0100 Subject: [PATCH] add release notes --- release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release-notes.md b/release-notes.md index 140ac5418..725d7cf8d 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,3 +1,4 @@ ## Breaking changes: - EvaluationContext.WithResourceOverrides() introduced in 5.10 is refactored to now be an extension method instead of a static construction method. It should now be called on an instance of EvaluationContext, and will mutate and return that instance. +- We changed the datatype of the Attachment.Url from FhirUrl to FhirUri. The type of this element was changed with the introduction of R4. (FhirUrl doesn't exist in STU3). When we moved Attachment to base, we wrongfully put FhirUrl here, which is the more specific datatype of the two. We have corrected this.