From 0b44b677d14bb73e2bdc5c68f1a5f78a28640efa Mon Sep 17 00:00:00 2001 From: Martin Algesten Date: Mon, 22 Jun 2026 23:18:00 +0200 Subject: [PATCH] Add changelog entry for handshake defragment fix Summary - Document the DTLS handshake defragmentation sequence-grouping fix in the Unreleased changelog. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bc3c04..44fda05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Unreleased + * Fix DTLS handshake defragmentation across message sequences #151 * Return `BufferTooSmall` instead of panicking on undersized poll buffers #150 * Fix DTLS 1.3 RFC 9147 conformance issues #147 * Reject malformed fragmented DTLS handshakes before consuming fragments #144