summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-12-23 22:37:50 -0600
committerMichael Merickel <michael@merickel.org>2016-12-23 22:37:50 -0600
commitd2f0fe8e44fd81d99142b8174c665354a072b774 (patch)
treee75ecd5c5fbf574d854c946a2ed2cd8f1813fc87 /CHANGES.txt
parenta7d55e25efdd14c7cbc36f23b446babce14b238e (diff)
downloadpyramid-d2f0fe8e44fd81d99142b8174c665354a072b774.tar.gz
pyramid-d2f0fe8e44fd81d99142b8174c665354a072b774.tar.bz2
pyramid-d2f0fe8e44fd81d99142b8174c665354a072b774.zip
add changelog for #2780
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt18
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
---------------------