summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBert JW Regeer <xistence@0x58.com>2015-11-12 22:13:55 -0700
committerBert JW Regeer <xistence@0x58.com>2015-11-12 22:13:55 -0700
commita6b316a178d66f3d374d44eb3364adc195db0af5 (patch)
tree0cc68ec311f199de44c07b35d8fd6155e5380f40 /CHANGES.txt
parentd1adc290805de2666c6c8c16ab8a85301861d988 (diff)
parent389b450da27a91fb413a5eab5ed4a704537ac105 (diff)
downloadpyramid-a6b316a178d66f3d374d44eb3364adc195db0af5.tar.gz
pyramid-a6b316a178d66f3d374d44eb3364adc195db0af5.tar.bz2
pyramid-a6b316a178d66f3d374d44eb3364adc195db0af5.zip
Merge pull request #2118 from mmerickel/fix/pserve-monitor-daemon
fix usage of --monitor-restart with --daemon Closes #1216
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 8b63cf847..77b8e9298 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -232,6 +232,9 @@ Bug Fixes
shell a little more straightfoward.
See https://github.com/Pylons/pyramid/pull/1883
+- Fixed usage of ``pserve --monitor-restart --daemon`` which would fail in
+ horrible ways. See https://github.com/Pylons/pyramid/pull/2118
+
Deprecations
------------