Patch #605370: Add description[s] for RFC 2980 compliance.
diff --git a/Misc/NEWS b/Misc/NEWS
index 4b5fae1..e48309c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,9 @@
 Library
 -------
 
+- nntplib has two new methods: description and descriptions. They
+  use a more RFC-compliant way of getting a newsgroup description.
+
 - Bug #993394.  Fix a possible red herring of KeyError in 'threading' being
   raised during interpreter shutdown from a registered function with atexit
   when dummy_threading is being used.