summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/whatsnew-1.6.rst10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/whatsnew-1.6.rst b/docs/whatsnew-1.6.rst
index b99ebeec4..141a58f78 100644
--- a/docs/whatsnew-1.6.rst
+++ b/docs/whatsnew-1.6.rst
@@ -130,11 +130,11 @@ Feature Additions
extensions by going through Pyramid's router. See
https://github.com/Pylons/pyramid/pull/1581
-
- Make it possible to subclass ``pyramid.request.Request`` and also use
``pyramid.request.Request.add_request.method``. See
https://github.com/Pylons/pyramid/issues/1529
+
Deprecations
------------
@@ -151,13 +151,14 @@ Scaffolding Enhancements
debugging. See https://github.com/Pylons/pyramid/pull/1326
- Update scaffold generating machinery to return the version of pyramid and
- pyramid docs for use in scaffolds. Updated ``starter``, ``alchemy`` and
+ pyramid docs for use in scaffolds. Updated ``starter``, ``alchemy``, and
``zodb`` templates to have links to correctly versioned documentation and
reflect which pyramid was used to generate the scaffold.
- Removed non-ascii copyright symbol from templates, as this was
causing the scaffolds to fail for project generation.
+
Documentation Enhancements
--------------------------
@@ -168,3 +169,8 @@ Documentation Enhancements
- Improve and clarify the documentation on what Pyramid defines as a
``principal`` and a ``userid`` in its security APIs.
See https://github.com/Pylons/pyramid/pull/1399
+
+- Updated the Quick Tour and SQLAlchemy + URL Dispatch Wiki Tutorial narrative
+ documentation and source files for each step using the updated scaffold. For
+ a list of updated files, see
+ https://github.com/Pylons/pyramid/pull/2024#issue-112676079