- Bug #1155638: Fix a bug which affected HTTP 0.9 responses in httplib.
diff --git a/Misc/NEWS b/Misc/NEWS
index 6bf1301..753686c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -147,6 +147,8 @@
 Library
 -------
 
+- Bug #1155638: Fix a bug which affected HTTP 0.9 responses in httplib.
+
 - Bug #1100201: Cross-site scripting was possible on BaseHTTPServer via
   error messages.