summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-09-06 03:16:03 -0700
committerSteve Piercy <web@stevepiercy.com>2018-09-06 03:16:03 -0700
commitd8765f15ed85ec15e2e78b10d2bfb70b67ea59ff (patch)
tree270945eb6ba2765dd7027a812e8882322c6403ee
parent5beb98f300bdf16a50ff4bf6e544b23e3600719e (diff)
downloadwaitress-d8765f15ed85ec15e2e78b10d2bfb70b67ea59ff.tar.gz
Add changelog entry
-rw-r--r--CHANGES.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 69c451c..0f688a0 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -25,6 +25,15 @@ Compatibility
This is to cope with the eventuality that asyncore will be removed from
the Python standard library in 3.8 or so.
+Documentation
+~~~~~~~~~~~~~
+
+- Bring in documentation of paste.translogger from Pyramid. Reorganize and
+ clean up documentation. See
+ https://github.com/Pylons/waitress/pull/205
+ https://github.com/Pylons/waitress/pull/70
+ https://github.com/Pylons/waitress/pull/206
+
1.1.0 (2017-10-10)
------------------