- On assert known false, the message was not show for no-args.

- Fixup in socket_private.c3
This commit is contained in:
Christoffer Lerno
2026-02-14 23:49:27 +01:00
parent 14779bd467
commit d80a8629a6
4 changed files with 14 additions and 13 deletions

View File

@@ -41,6 +41,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.
## 0.7.9 Change list