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