From 37c62bf9b7a680e7550e355a2d2a4a7bec847e7b Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Thu, 2 Jan 2025 16:29:16 +0100 Subject: [PATCH] Update releasenotes. --- releasenotes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/releasenotes.md b/releasenotes.md index 26db6d3dd..ecd85081e 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -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.