diff options
| author | Michael Merickel <michael@merickel.org> | 2015-11-15 20:01:03 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2015-11-15 20:01:03 -0600 |
| commit | a8c0d7161f12a24bc439495b5f1af78da3dfcf17 (patch) | |
| tree | 03ae659d8d802e553eeb79d5500fd52cffd2a8ce | |
| parent | 0db007eab88c8266d070b07984b3a7ef312ed1aa (diff) | |
| download | pyramid-a8c0d7161f12a24bc439495b5f1af78da3dfcf17.tar.gz pyramid-a8c0d7161f12a24bc439495b5f1af78da3dfcf17.tar.bz2 pyramid-a8c0d7161f12a24bc439495b5f1af78da3dfcf17.zip | |
update changelog
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 9ff26420b..e9dc975a7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -247,6 +247,10 @@ Bug Fixes been supported but would work and fail in weird ways. See https://github.com/Pylons/pyramid/pull/2119 +- Fix an issue on Windows when running ``pserve --reload`` in which the + process failed to fork because it could not find the pserve script to + run. See https://github.com/Pylons/pyramid/pull/2137 + Deprecations ------------ |
