From 625bfa571366c827c2ee74be51a86471b69a8240 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Wed, 23 Jul 2025 17:04:33 +0200 Subject: [PATCH] Updated releasenotes. --- releasenotes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/releasenotes.md b/releasenotes.md index 8601c5bd5..bae8bec99 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -73,6 +73,7 @@ - Copying const enums and regular enums incorrect #2313. - Regression: Chaining an optional together with contracts could in some cases lose the optional. - `char[*] b = *(char[*]*)&a;` would crash the compiler if `a` was a slice. #2320 +- Implicitly cast const int expressions would sometimes not be detected as compile time const. ### Stdlib changes - Improve contract for readline. #2280