From 2b08ce4ea5af51efa13df005591765ecd4002430 Mon Sep 17 00:00:00 2001 From: Arne Blankerts Date: Tue, 22 Oct 2024 01:42:41 +0200 Subject: [PATCH] Update changlog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85d7c08..7daf0b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,13 @@ Main changes from 4.x: - Enhanced trace output in case of errors - Snapshot support +## [5.0.0-rc.5] - 2024-10-22 + +### Changed + +- The `ViewModelRenderer` now processes Signal results (Remove / Ignore) before performing a conditional `typeOf` check. This allows for removing of elements that would otherwise require a matching type. + + ## [5.0.0-rc.4] - 2024-04-03 ### Fixed