Put behavior change in the correct category

"Changes" is for miscellaneous stuff that doesn't affect backward
compatibility.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2022-11-29 23:00:08 +01:00
parent 6593c7e1cb
commit 5ba1697e8a

View File

@ -3,7 +3,7 @@ Features
MBEDTLS_SSL_DTLS_CONNECTION_ID (enabled by default) and configured with MBEDTLS_SSL_DTLS_CONNECTION_ID (enabled by default) and configured with
mbedtls_ssl_set_cid(). mbedtls_ssl_set_cid().
Changes Default behavior changes
* Previously the macro MBEDTLS_SSL_DTLS_CONNECTION_ID implemented version 05 * Previously the macro MBEDTLS_SSL_DTLS_CONNECTION_ID implemented version 05
of the IETF draft, and was marked experimental and disabled by default. of the IETF draft, and was marked experimental and disabled by default.
It is now no longer experimental, and implements the final version from It is now no longer experimental, and implements the final version from