SF #75103:  imghdr -- identify JPEGs in EXIF format
diff --git a/Misc/NEWS b/Misc/NEWS
index eb40d97..d7b35d5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -33,6 +33,8 @@
 Library
 -------
 
+- The imghdr module now detects Exif files.
+
 - StringIO.truncate() now correctly adjusts the size attribute.
   (Bug #951915).