summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2019-04-03 01:30:26 -0500
committerMichael Merickel <michael@merickel.org>2019-04-03 01:30:26 -0500
commit1d074940637a3caa13110b53a523ea9164c4ac28 (patch)
tree61cb83c565728e4f3d17a2344d02a4c921cf1c4f
parentec29a0844e564a236ea197fb6345276995c7b8ea (diff)
downloadwaitress-1d074940637a3caa13110b53a523ea9164c4ac28.tar.gz
add changelog for #245
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index cbba247..a0352ba 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -19,6 +19,11 @@ Bugfixes
- Fix the queue depth warnings to only show when all threads are busy.
See https://github.com/Pylons/waitress/pull/243
+- Trigger the ``app_iter`` to close as part of shutdown. This will only be
+ noticeable for users of the internal server api. In more typical operations
+ the server will die before benefiting from these changes.
+ See https://github.com/Pylons/waitress/pull/245
+
1.2.1 (2019-01-25)
------------------