summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6bf1301..753686c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -147,6 +147,8 @@ Extension Modules
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.