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