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