Issue #5640: Fix Shift-JIS incremental encoder for error handlers different
than strict
diff --git a/Misc/NEWS b/Misc/NEWS
index c5bb1e8..3656def 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,9 @@
 Library
 -------
 
+- Issue #5640: Fix Shift-JIS incremental encoder for error handlers different
+  than strict
+
 - Issue #8782: Add a trailing newline in linecache.updatecache to the last line
   of files without one.