From b3ee5bf9c719c6f3e4a3c7d0184123aee592869a Mon Sep 17 00:00:00 2001 From: Kasdejong <99174761+Kasdejong@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:44:27 +0200 Subject: [PATCH] Update release-notes.md --- release-notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release-notes.md b/release-notes.md index dd823ccdd..140ac5418 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,3 +1,3 @@ -## Intro: +## Breaking changes: -Hotfix: Fixed an incorrect string concatenation and subsequent argument exception when the Id of a contained resource was not set. +- 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.