diff options
author | Steve Piercy <web@stevepiercy.com> | 2018-09-06 03:16:03 -0700 |
---|---|---|
committer | Steve Piercy <web@stevepiercy.com> | 2018-09-06 03:16:03 -0700 |
commit | d8765f15ed85ec15e2e78b10d2bfb70b67ea59ff (patch) | |
tree | 270945eb6ba2765dd7027a812e8882322c6403ee /CHANGES.txt | |
parent | 5beb98f300bdf16a50ff4bf6e544b23e3600719e (diff) | |
download | waitress-d8765f15ed85ec15e2e78b10d2bfb70b67ea59ff.tar.gz |
Add changelog entry
Diffstat (limited to 'CHANGES.txt')
-rw-r--r-- | CHANGES.txt | 9 |
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) ------------------ |