summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-05-27 20:54:33 -0400
committerChris McDonough <chrism@plope.com>2013-05-27 20:54:33 -0400
commitc2844f8df362c4bd082cf26f62cb52e2508302c9 (patch)
tree491a01958aebf6c3f2b620698b965141772b4bcd
parenta5c54ec4533645d074aa0b3935c4b364d3d51436 (diff)
downloadwaitress-c2844f8df362c4bd082cf26f62cb52e2508302c9.tar.gz
add changelog entry
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 56a1aeb..29ca7bf 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,9 @@
Next Release
------------
+- Fix runner multisegment imports in some Python 2 revisions (see
+ https://github.com/Pylons/waitress/pull/34).
+
- For compatibility, WSGIServer is now an alias of TcpWSGIServer. The
signature of BaseWSGIServer is now compatible with WSGIServer pre-0.8.4.