summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2016-08-31 22:23:13 -0600
committerBert JW Regeer <bertjw@regeer.org>2016-08-31 22:42:57 -0600
commit4600af04ffc287d8b8f3e44413059be7cfaca5ac (patch)
treec1a8a7a9051e9b83582409fb27a6b9c2361e8262
parent68a38e9de560f9538fb8c0eccd6124d0ea393afb (diff)
downloadwaitress-4600af04ffc287d8b8f3e44413059be7cfaca5ac.tar.gz
Revert "Update CHANGES and make promise regarding deprecation"
This reverts commit b0ed433ba325ccb9d85723facec8ec5bf2be4cbf.
-rw-r--r--CHANGES.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index b805aa0..627825d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -23,9 +23,7 @@ Features
- Waitress is now able to listen on multiple sockets, including IPv4 and IPv6.
Instead of passing in a host/port combination you now provide waitress with a
- space delineated list, and it will create as many sockets as required. Using
- the host/port combination is deprecated but will be supported for at least
- the next 5 minor releases.
+ space delineated list, and it will create as many sockets as required.
.. code-block:: python