summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2017-01-02 19:29:28 -0800
committerGitHub <noreply@github.com>2017-01-02 19:29:28 -0800
commitb1172dcb4c437df6f8968aa789511204c150c7d0 (patch)
tree3f3c34fabfecb9247ac974767abc61854fbd6684 /docs
parentf01e74d21e7cadd052c1853d7fe482bd7b9970fa (diff)
parentfca6c19ae2dd13f6d9036a2bb8117d997b773235 (diff)
downloadpyramid-b1172dcb4c437df6f8968aa789511204c150c7d0.tar.gz
pyramid-b1172dcb4c437df6f8968aa789511204c150c7d0.tar.bz2
pyramid-b1172dcb4c437df6f8968aa789511204c150c7d0.zip
Merge pull request #2894 from stevepiercy/master
add changelog and whatsnew entry for #2888 and #2889
Diffstat (limited to 'docs')
-rw-r--r--docs/whatsnew-1.8.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/whatsnew-1.8.rst b/docs/whatsnew-1.8.rst
index e666f0cd1..908c17ec4 100644
--- a/docs/whatsnew-1.8.rst
+++ b/docs/whatsnew-1.8.rst
@@ -212,3 +212,8 @@ Documentation Enhancements
See https://github.com/Pylons/pyramid/pull/2881 and
https://github.com/Pylons/pyramid/pull/2883.
+
+- Quick Tour, Quick Tutorial, and most files throughout the documentation have
+ been updated to use cookiecutters instead of pcreate and scaffolds.
+ See https://github.com/Pylons/pyramid/pull/2888 and
+ https://github.com/Pylons/pyramid/pull/2889