summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2019-04-02 00:26:47 -0500
committerMichael Merickel <michael@merickel.org>2019-04-02 00:26:47 -0500
commit5bf34d52a27e3771718c67e52985d0f5bd6a838f (patch)
tree3f219dcf0c87e75dfbb4f488e2eff13bb0478a10
parentfab8f1a75145a9397cc013fe830c12e65a62ece7 (diff)
downloadwaitress-5bf34d52a27e3771718c67e52985d0f5bd6a838f.tar.gz
add changelog for #241
-rw-r--r--CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ef08b18..4c583e2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,6 +9,7 @@ Bugfixes
response when a client hangs up.
See https://github.com/Pylons/waitress/pull/238
and https://github.com/Pylons/waitress/pull/240
+ and https://github.com/Pylons/waitress/pull/241
- When a client closes a socket unexpectedly there was potential for memory
leaks in which data was written to the buffers after they were closed,