Issue #17844: Refactor a documentation of Python specific encodings.
Add links to encoders and decoders for binary-to-binary codecs.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9367bd5..391ecc5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,12 +26,17 @@
 
 - Issue #14146: Highlight source line while debugging on Windows.
 
-
 Tests
 -----
 
 - Issue #11995: test_pydoc doesn't import all sys.path modules anymore.
 
+Documentation
+-------------
+
+- Issue #17844: Refactor a documentation of Python specific encodings.
+  Add links to encoders and decoders for binary-to-binary codecs.
+
 
 What's New in Python 2.7.5?
 ===========================