summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2019-04-10 03:15:42 -0500
committerMichael Merickel <michael@merickel.org>2019-04-10 04:01:55 -0500
commit17c1987efc5e0f5d3052e913561fb16e47e08a2b (patch)
treea824289727edf52eba71148a8ccfaea0c68045d7
parentb6f2f696f9280c46f66a0ec62da02ca6f85e04ae (diff)
downloadwaitress-17c1987efc5e0f5d3052e913561fb16e47e08a2b.tar.gz
add changelogiobase
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 2897939..cabd3b5 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -54,6 +54,10 @@ Bugfixes
bounds. These buffers now properly rotate and release their data.
See https://github.com/Pylons/waitress/pull/242
+- Fix a bug in which non-seekable subclasses of ``io.IOBase`` would trigger
+ an exception when passed to the ``wsgi.file_wrapper`` callback.
+ See https://github.com/Pylons/waitress/pull/249
+
1.2.1 (2019-01-25)
------------------