Fix two versionchanged.
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
index 69dc25e..d3d1d5f 100644
--- a/Doc/library/logging.rst
+++ b/Doc/library/logging.rst
@@ -2497,7 +2497,7 @@
 methods have the same signatures as their counterparts in :class:`Logger`, so
 you can use the two types of instances interchangeably.
 
-.. versionchanged:: 2.7
+.. versionchanged:: 3.2
 
 The :meth:`isEnabledFor` method was added to :class:`LoggerAdapter`. This method
 delegates to the underlying logger.
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index 2fa470d..2a7d6eb 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -141,7 +141,7 @@
    normal EOF in response to unexpected EOF errors raised from the underlying
    socket; if :const:`False`, it will raise the exceptions back to the caller.
 
-   .. versionchanged:: 2.7
+   .. versionchanged:: 3.2
       New optional argument *ciphers*.
 
 .. function:: RAND_status()