diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst
index c27c968aa163022d60c23d25d782936b6044ec3e..0c1a669bc0e83c035c2528627ad024d58c440ebb 100644
--- a/Doc/whatsnew/3.8.rst
+++ b/Doc/whatsnew/3.8.rst
@@ -2005,6 +2005,8 @@ Changes in the Python API
   ``replace()`` method of :class:`types.CodeType` can be used to make the code
   future-proof.
 
+* The parameter ``digestmod`` for :func:`hmac.new` no longer uses the MD5 digest
+  by default.
 
 Changes in the C API
 --------------------