whatsnew/3.4: mention functools.singledispatch, PEP 443
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index 4d93707..8399f68 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -177,6 +177,12 @@
 detected.  (Contributed by R. David Murray and Daniel Urban in :issue:`16522`.)
 
 
+functools
+---------
+
+New :func:`functools.singledispatch` decorator: see the :pep:`443`.
+
+
 smtplib
 -------