whatsnew: logging TimedRotatingFileHandler atTime parameter.
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index f4e809e..044d830 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -730,6 +730,14 @@
 :issue:`19030`)
 
 
+logging
+-------
+
+The :class:`~logging.handlers.TimedRotatingFileHandler` has a new *atTime*
+parameter that can be used to specify the time of day when rollover should
+happen.  (Contributed by Ronald Oussoren in :issue:`9556`.)
+
+
 .. _whatsnew-marshal-3:
 
 marshal