Fixes Issue 1385: The hmac module now computes the correct hmac when using
hashes with a block size other than 64 bytes (such as sha384 and sha512).
diff --git a/Misc/NEWS b/Misc/NEWS
index c2a93d3..502b182 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -364,6 +364,9 @@
- md5 now raises a DeprecationWarning upon import.
+- Issue1385: The hmac module now computes the correct hmac when using hashes
+ with a block size other than 64 bytes (such as sha384 and sha512).
+
- mimify now raises a DeprecationWarning upon import.
- MimeWriter now raises a DeprecationWarning upon import.