Updated release notes

This commit is contained in:
Christoffer Lerno
2025-08-18 12:03:05 +02:00
parent 7c8e3dd4fd
commit 5e1bf75621

View File

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