summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-12-23 22:57:11 -0600
committerMichael Merickel <michael@merickel.org>2016-12-23 22:57:11 -0600
commit6e037c6d7806ea895dc03bf56c9567474b33f4de (patch)
treebeb38fa62e74d3d7c3ba52facc6b1c001f51f0c4
parente40c8ad52509b1559bca0312b1b19c29b23e210f (diff)
downloadpyramid-6e037c6d7806ea895dc03bf56c9567474b33f4de.tar.gz
pyramid-6e037c6d7806ea895dc03bf56c9567474b33f4de.tar.bz2
pyramid-6e037c6d7806ea895dc03bf56c9567474b33f4de.zip
update whatsnew
-rw-r--r--CHANGES.txt16
-rw-r--r--docs/whatsnew-1.8.rst25
2 files changed, 31 insertions, 10 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d14078300..994aaec18 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -163,14 +163,6 @@ Features
See https://github.com/Pylons/pyramid/pull/2873
-- The SQLAlchemy + URL Dispatch + Jinja2 (``wiki2``) and
- ZODB + Traversal + Chameleon (``wiki``) tutorials have been updated to
- utilize the new cookiecutters and drop support for the ``pcreate``
- scaffolds.
-
- See https://github.com/Pylons/pyramid/pull/2881 and
- https://github.com/Pylons/pyramid/pull/2883.
-
Bug Fixes
---------
@@ -255,3 +247,11 @@ Documentation Changes
:class:`pyramid.httpexceptions.HTTPException` in which more appropriate
kwargs from the parent class :class:`pyramid.response.Response` should be
used instead. See https://github.com/Pylons/pyramid/pull/2750
+
+- The SQLAlchemy + URL Dispatch + Jinja2 (``wiki2``) and
+ ZODB + Traversal + Chameleon (``wiki``) tutorials have been updated to
+ utilize the new cookiecutters and drop support for the ``pcreate``
+ scaffolds.
+
+ See https://github.com/Pylons/pyramid/pull/2881 and
+ https://github.com/Pylons/pyramid/pull/2883.
diff --git a/docs/whatsnew-1.8.rst b/docs/whatsnew-1.8.rst
index 20261e704..88e2b4736 100644
--- a/docs/whatsnew-1.8.rst
+++ b/docs/whatsnew-1.8.rst
@@ -150,10 +150,23 @@ Feature Additions
Deprecations
------------
+- The ``pcreate`` script and related scaffolds have been deprecated in favor
+ of the popular
+ `cookiecutter <https://cookiecutter.readthedocs.io/en/latest/>`_ project.
-Scaffolding Enhancements
-------------------------
+ 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 Enhancements
--------------------------
@@ -179,3 +192,11 @@ Documentation Enhancements
:class:`pyramid.httpexceptions.HTTPException` in which more appropriate
kwargs from the parent class :class:`pyramid.response.Response` should be
used instead. See https://github.com/Pylons/pyramid/pull/2750
+
+- The SQLAlchemy + URL Dispatch + Jinja2 (``wiki2``) and
+ ZODB + Traversal + Chameleon (``wiki``) tutorials have been updated to
+ utilize the new cookiecutters and drop support for the ``pcreate``
+ scaffolds.
+
+ See https://github.com/Pylons/pyramid/pull/2881 and
+ https://github.com/Pylons/pyramid/pull/2883.