summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index db3e522..bf75b46 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -26,6 +26,11 @@ Features
If you expect to need this behaviour please explicitly set these variables in
your configuration, or pin this version of waitress.
+- Waitress can now accept a list of sockets that are already pre-bound rather
+ than creating its own to allow for socket activation. Support for init
+ systems/other systems that create said activated sockets is not included. See
+ https://github.com/Pylons/waitress/pull/215
+
- Server header can be omitted by specifying `ident=None` or `ident=''`.
See https://github.com/Pylons/waitress/pull/187