diff options
| author | Michael Merickel <michael@merickel.org> | 2015-11-12 22:58:46 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2015-11-12 22:58:46 -0600 |
| commit | 389b450da27a91fb413a5eab5ed4a704537ac105 (patch) | |
| tree | 0cc68ec311f199de44c07b35d8fd6155e5380f40 | |
| parent | d9f7eddd63ff8b8ec6de3498bd33b234af0a92e5 (diff) | |
| download | pyramid-389b450da27a91fb413a5eab5ed4a704537ac105.tar.gz pyramid-389b450da27a91fb413a5eab5ed4a704537ac105.tar.bz2 pyramid-389b450da27a91fb413a5eab5ed4a704537ac105.zip | |
add changelog entry for #2118
| -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 ------------ |
