#8016: add the CP858 codec (approved by Benjamin).  (Also add CP720 to the tests, it was missing there.)
diff --git a/Misc/NEWS b/Misc/NEWS
index b160725..b094126 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,8 @@
 Library
 -------
 
+- Issue #8016: Add the CP858 codec.
+
 - Issue #3924: Ignore cookies with invalid "version" field in cookielib.
 
 - Issue #6268: Fix seek() method of codecs.open(), don't read or write the BOM