From 5e1bf75621ee9e808bd71a7e8c14fdaa40e95593 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Mon, 18 Aug 2025 12:03:05 +0200 Subject: [PATCH] Updated release notes --- releasenotes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/releasenotes.md b/releasenotes.md index bdbfa9dc2..00cc87c9c 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -43,6 +43,7 @@ - Fix for bug when `@format` encountered `*` in some cases. - Compiler segfault on global slice initialization with null[:0] #2404. - Use correct allocator in `replace`. +- Regression: 1 character module names would create an error. ### Stdlib changes - Add `==` to `Pair`, `Triple` and TzDateTime. Add print to `Pair` and `Triple`.