From af33d2b1cc96aed9bee47207d91d9f81929dbcfb Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Mon, 3 Nov 2025 13:58:52 +0100 Subject: [PATCH] Update release notes. --- releasenotes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/releasenotes.md b/releasenotes.md index 434947084..e7519a0f2 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -5,6 +5,7 @@ ### Changes / improvements - Improve multiline string parser inside compiler #2552. - Missing imports allowed if module `@if` evaluates to false #2251. +- Add default exception handler to Win32 #2557. ### Fixes - `Foo.is_eq` would return false if the type was a `typedef` and had an overload, but the underlying type was not comparable.