diff options
| author | Michael Merickel <michael@merickel.org> | 2017-01-15 21:38:47 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2017-01-15 21:38:47 -0600 |
| commit | e82f3d1f30eae5f6b8b0c490cc404e973f512d2f (patch) | |
| tree | 1f6e3a9dbce19e2043fee6d6921b5b8289f6f7f4 /docs/whatsnew-1.8.rst | |
| parent | 17ee4dc30b9576b516ee3a5fd9db0c5f21fe9126 (diff) | |
| download | pyramid-e82f3d1f30eae5f6b8b0c490cc404e973f512d2f.tar.gz pyramid-e82f3d1f30eae5f6b8b0c490cc404e973f512d2f.tar.bz2 pyramid-e82f3d1f30eae5f6b8b0c490cc404e973f512d2f.zip | |
changelog cleanups
Diffstat (limited to 'docs/whatsnew-1.8.rst')
| -rw-r--r-- | docs/whatsnew-1.8.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/whatsnew-1.8.rst b/docs/whatsnew-1.8.rst index 908c17ec4..ece26f8d1 100644 --- a/docs/whatsnew-1.8.rst +++ b/docs/whatsnew-1.8.rst @@ -73,6 +73,10 @@ Minor Feature Additions exception - the pipeline can be optimized at config-time. See https://github.com/Pylons/pyramid/pull/2660 +- ``pcreate`` learned about ``--package-name`` to allow you to create a new + project in an existing folder with a different package name than the project + name. See https://github.com/Pylons/pyramid/pull/2783 + - ``pserve`` should now work with ``gevent`` and other workers that need to monkeypatch the process, assuming the server and / or the app do so as soon as possible before importing the rest of pyramid. @@ -129,10 +133,6 @@ Backwards Incompatibilities encoding via ``Accept-Encoding`` request headers. See https://github.com/Pylons/pyramid/pull/2810 -- ``pcreate`` learned about ``--package-name`` to allow you to create a new - project in an existing folder with a different package name than the project - name. See https://github.com/Pylons/pyramid/pull/2783 - - ``pcreate`` is now interactive by default. You will be prompted if a file already exists with different content. Previously if there were similar files it would silently skip them unless you specified ``--interactive`` |
