From 5ba1697e8a2fee2be65e631212f8f697386636bc Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 29 Nov 2022 23:00:08 +0100 Subject: [PATCH] Put behavior change in the correct category "Changes" is for miscellaneous stuff that doesn't affect backward compatibility. Signed-off-by: Gilles Peskine --- ChangeLog.d/dtls-connection-id.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.d/dtls-connection-id.txt b/ChangeLog.d/dtls-connection-id.txt index 0d0a71f29f..ccb364ea55 100644 --- a/ChangeLog.d/dtls-connection-id.txt +++ b/ChangeLog.d/dtls-connection-id.txt @@ -3,7 +3,7 @@ Features MBEDTLS_SSL_DTLS_CONNECTION_ID (enabled by default) and configured with mbedtls_ssl_set_cid(). -Changes +Default behavior changes * Previously the macro MBEDTLS_SSL_DTLS_CONNECTION_ID implemented version 05 of the IETF draft, and was marked experimental and disabled by default. It is now no longer experimental, and implements the final version from