Typo in releasenotes.

This commit is contained in:
Christoffer Lerno
2026-02-21 23:38:09 +01:00
parent 8f7610345d
commit 8373ab0509

View File

@@ -52,7 +52,7 @@
- Improved underlining errors/warnings when unicode is used. #2887
- Fix std::io::Formatter integer issue for large uint128 decimal values.
- `--safe=no` disabled compile-time errors on compile-time known runtime @require checks #2936
- On assert known false, the message was not show for no-args.
- On assert known false, the message was not shown for no-args.
- Adding the incorrect sized vector to a pointer vector would cause a crash.
- Member access on a struct returned by the assignment expression, cause crash #2947
- Trying to slice an indexable type leads to misleading error message #2958