Deprecate MBEDTLS_SSL_PROTO_SSL3
diff --git a/ChangeLog b/ChangeLog
index b9f592a..b3bb5f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
 New deprecations
    * Deprecate MBEDTLS_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO that enables parsing
      SSLv2 ClientHello messages.
+   * Deprecate MBEDTLS_SSL_PROTO_SSL3 that enables support for SSLv3.
 
 Bugfix
    * Allow loading symlinked certificates. Fixes #3005. Reported and fixed