diff options
| author | Michael Merickel <michael@merickel.org> | 2016-12-23 22:37:50 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2016-12-23 22:37:50 -0600 |
| commit | d2f0fe8e44fd81d99142b8174c665354a072b774 (patch) | |
| tree | e75ecd5c5fbf574d854c946a2ed2cd8f1813fc87 | |
| parent | a7d55e25efdd14c7cbc36f23b446babce14b238e (diff) | |
| download | pyramid-d2f0fe8e44fd81d99142b8174c665354a072b774.tar.gz pyramid-d2f0fe8e44fd81d99142b8174c665354a072b774.tar.bz2 pyramid-d2f0fe8e44fd81d99142b8174c665354a072b774.zip | |
add changelog for #2780
| -rw-r--r-- | CHANGES.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index ac329f574..c6074f552 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -205,6 +205,24 @@ Bug Fixes Deprecations ------------ +- The ``pcreate`` script and related scaffolds have been deprecated in favor + of the popular + `cookiecutter <https://cookiecutter.readthedocs.io/en/latest/>`_ project. + + All of Pyramid's official scaffolds as well as the tutorials have been + ported to cookiecutters: + + - `pyramid-cookiecutter-starter + <https://github.com/Pylons/pyramid-cookiecutter-starter>`_ + + - `pyramid-cookiecutter-alchemy + <https://github.com/Pylons/pyramid-cookiecutter-alchemy>`_ + + - `pyramid-cookiecutter-zodb + <https://github.com/Pylons/pyramid-cookiecutter-zodb>`_ + + See https://github.com/Pylons/pyramid/pull/2780 + Documentation Changes --------------------- |
