summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2016-06-15 17:55:48 -0600
committerBert JW Regeer <bertjw@regeer.org>2016-06-15 17:55:48 -0600
commitb0ed433ba325ccb9d85723facec8ec5bf2be4cbf (patch)
treea225a43c1d7b9624d8cef066e056800be337ed95
parent34cb81590c2f1f713e959ddce64fbd4255d431f5 (diff)
downloadwaitress-b0ed433ba325ccb9d85723facec8ec5bf2be4cbf.tar.gz
Update CHANGES and make promise regarding deprecation
-rw-r--r--CHANGES.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 07a0dfe..7a16e9d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -11,7 +11,9 @@ 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.
+ 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.
.. code-block:: python