- fix issue #6106, Telnet.process_rawq default handling of WILL/WONT/DO/DONT
diff --git a/Misc/NEWS b/Misc/NEWS
index 72258cd..c15e5b6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,6 +60,9 @@
 Library
 -------
 
+- Issue #6106: telnetlib.Telnet.process_rawq doesn't handle default WILL/WONT
+  DO/DONT correctly.
+
 - Issue #1424152: Fix for http.client, urllib.request to support SSL while
   working through proxy. Original patch by Christopher Li, changes made by
   Senthil Kumaran