diff options
| author | Bert JW Regeer <xistence@0x58.com> | 2015-11-12 22:13:55 -0700 |
|---|---|---|
| committer | Bert JW Regeer <xistence@0x58.com> | 2015-11-12 22:13:55 -0700 |
| commit | a6b316a178d66f3d374d44eb3364adc195db0af5 (patch) | |
| tree | 0cc68ec311f199de44c07b35d8fd6155e5380f40 /CHANGES.txt | |
| parent | d1adc290805de2666c6c8c16ab8a85301861d988 (diff) | |
| parent | 389b450da27a91fb413a5eab5ed4a704537ac105 (diff) | |
| download | pyramid-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.txt | 3 |
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 ------------ |
