summaryrefslogtreecommitdiff
path: root/docs/whatsnew-1.3.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-12-14 09:10:10 -0500
committerChris McDonough <chrism@plope.com>2011-12-14 09:10:10 -0500
commitbfd4b39b3467681ad34b1dda74acd20294e81a86 (patch)
tree9c77d9607dd1800f9d410bf0e57e5eb963035d22 /docs/whatsnew-1.3.rst
parent78d1e4aefa4948904c354268abd53b9311f79b7d (diff)
downloadpyramid-bfd4b39b3467681ad34b1dda74acd20294e81a86.tar.gz
pyramid-bfd4b39b3467681ad34b1dda74acd20294e81a86.tar.bz2
pyramid-bfd4b39b3467681ad34b1dda74acd20294e81a86.zip
- Changed scaffolding machinery around a bit to make it easier for people who
want to have extension scaffolds that can work across Pyramid 1.0.X, 1.1.X, 1.2.X and 1.3.X. See the new "Creating Pyramid Scaffolds" chapter in the narrative documentation for more info. - Added an API docs chapter for ``pyramid.scaffolds``. - Added a narrative docs chapter named "Creating Pyramid Scaffolds". - The ``template_renderer`` method of ``pyramid.scaffolds.PyramidScaffold`` was renamed to ``render_template``. If you were overriding it, you're a bad person, because it wasn't an API before now. But we're nice so we're letting you know.
Diffstat (limited to 'docs/whatsnew-1.3.rst')
-rw-r--r--docs/whatsnew-1.3.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/whatsnew-1.3.rst b/docs/whatsnew-1.3.rst
index 608db74cd..12132e7fd 100644
--- a/docs/whatsnew-1.3.rst
+++ b/docs/whatsnew-1.3.rst
@@ -276,6 +276,10 @@ Documentation Enhancements
- A narrative documentation chapter named :ref:`using_introspection` was
added. It describes how to query the introspection system.
+- Added an API docs chapter for :mod:`pyramid.scaffolds`.
+
+- Added a narrative docs chapter named :ref:`scaffolding_chapter`.
+
Dependency Changes
------------------