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.