diff --git a/ChangeLog.d/remove_ssl_session_compression.txt b/ChangeLog.d/remove_ssl_session_compression.txt deleted file mode 100644 index dc59f1c9d..000000000 --- a/ChangeLog.d/remove_ssl_session_compression.txt +++ /dev/null @@ -1,5 +0,0 @@ -Removals - * Remove compression property from SSL session struct. - MBEDTLS_SSL_COMPRESS_NULL is now the only supported - compression option and can be used for compatibility - reasons. Changes requested in #4223.