summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2015-11-12 23:13:00 -0600
committerMichael Merickel <michael@merickel.org>2015-11-12 23:15:43 -0600
commit03465e75ba938a11e9f9c85b7829f7dea9713642 (patch)
treec3fd60baf6fadd2c9048f3e0dc511e4654e6ac22 /CHANGES.txt
parent54251241c8f52dbe88d6ee21df9f2018fbd7c0d9 (diff)
downloadpyramid-03465e75ba938a11e9f9c85b7829f7dea9713642.tar.gz
pyramid-03465e75ba938a11e9f9c85b7829f7dea9713642.tar.bz2
pyramid-03465e75ba938a11e9f9c85b7829f7dea9713642.zip
add changelog for #2119
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 77b8e9298..a17c7e1e6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -235,6 +235,10 @@ Bug Fixes
- Fixed usage of ``pserve --monitor-restart --daemon`` which would fail in
horrible ways. See https://github.com/Pylons/pyramid/pull/2118
+- Explicitly prevent ``pserve --reload --daemon`` from being used. It's never
+ been supported but would work and fail in weird ways.
+ See https://github.com/Pylons/pyramid/pull/2119
+
Deprecations
------------