summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2020-05-27 02:06:17 -0700
committerBert JW Regeer <bertjw@regeer.org>2020-05-27 02:11:12 -0700
commit7a03297cdded8b6d55f8242aed40cfbdad8e0fc0 (patch)
tree8393a5b65fb56285cd601ef9b81c348c82afff3a
parentbebdaf59fc85694a243f56c180185fd58dd6c58b (diff)
downloadwaitress-fix/thread_name.tar.gz
Update CHANGES.txtfix/thread_name
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c40246b..b2076cd 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,6 +9,12 @@ Unreleased
See https://github.com/Pylons/waitress/pull/300
+- Waitress threads have been updated to contain their thread number. This will
+ allow loggers that use that information to print the thread that the log is
+ coming from.
+
+ See https://github.com/Pylons/waitress/pull/302
+
1.4.3 (2020-02-02)
------------------