Issue 11008: docs updated to show versionadded for dictConfig.
diff --git a/Doc/library/logging.config.rst b/Doc/library/logging.config.rst
index 3a05439..143916f 100644
--- a/Doc/library/logging.config.rst
+++ b/Doc/library/logging.config.rst
@@ -72,6 +72,8 @@
     this new subclass, and then :func:`dictConfig` could be called exactly as
     in the default, uncustomized state.
 
+   .. versionadded:: 3.2
+
 .. function:: fileConfig(fname[, defaults])
 
    Reads the logging configuration from a :mod:`configparser`\-format file named