Update release notes.

This commit is contained in:
Christoffer Lerno
2025-11-03 15:13:58 +01:00
parent b072e88bb3
commit 9b05dfdef1

View File

@@ -6,6 +6,7 @@
- Improve multiline string parser inside compiler #2552. - Improve multiline string parser inside compiler #2552.
- Missing imports allowed if module `@if` evaluates to false #2251. - Missing imports allowed if module `@if` evaluates to false #2251.
- Add default exception handler to Win32 #2557. - Add default exception handler to Win32 #2557.
- Accept `"$schema"` as key in `project.json` #2554.
### Fixes ### Fixes
- `Foo.is_eq` would return false if the type was a `typedef` and had an overload, but the underlying type was not comparable. - `Foo.is_eq` would return false if the type was a `typedef` and had an overload, but the underlying type was not comparable.