diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst
index 92bdb4555537e411b39905e596833cb51ca7c3b6..58f44f75561ab70458e3657d0951e7e2f56433de 100644
--- a/Doc/whatsnew/3.8.rst
+++ b/Doc/whatsnew/3.8.rst
@@ -2003,6 +2003,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
 --------------------