summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
------------------