Update release notes.

This commit is contained in:
Christoffer Lerno
2025-11-03 13:58:52 +01:00
parent d438d7510e
commit af33d2b1cc

View File

@@ -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.