Update releasenotes.

This commit is contained in:
Christoffer Lerno
2025-01-02 16:29:16 +01:00
parent 72839d7654
commit 37c62bf9b7

View File

@@ -42,6 +42,7 @@
- Fix issue with compiling a constant struct containing a string array in a local context.
- Fix error where panic would not properly stop the program when stacktrace couldn't be printed #1751.
- Macros with default arguments to `&`, `#` and type parameters didn't work as expected. #1754.
- `net::poll()` with negative timeout behaved incorrectly.
### Stdlib changes
- Increase BitWriter.write_bits limit up to 32 bits.