summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-12-14 03:41:03 -0500
committerChris McDonough <chrism@plope.com>2011-12-14 03:41:03 -0500
commit4375cf2bad3535ce896e95fcf1e388e33f2e8ecf (patch)
treea89f3a497e446a65f5f7607b692f2732dadb1f4c /CHANGES.txt
parent914abe3b0b5d4068d33050f4695c3a3f4a7ecf78 (diff)
downloadpyramid-4375cf2bad3535ce896e95fcf1e388e33f2e8ecf.tar.gz
pyramid-4375cf2bad3535ce896e95fcf1e388e33f2e8ecf.tar.bz2
pyramid-4375cf2bad3535ce896e95fcf1e388e33f2e8ecf.zip
Flesh out new view_defaults feature and add docs, change notes, and add to whatsnew.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 9cdaac5be..c979c4dc1 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,23 @@
+Next release
+============
+
+Features
+--------
+
+- New API: ``pyramid.view.view_defaults``. If you use a class as a view, you
+ can use the new ``view_defaults`` class decorator on the class to provide
+ defaults to the view configuration information used by every
+ ``@view_config`` decorator that decorates a method of that class. It also
+ works against view configurations involving a class made imperatively.
+
+Documentation
+-------------
+
+- Added documentation to "View Configuration" narrative documentation chapter
+ about ``view_defaults`` class decorator.
+
+- Added API docs for ``view_defaults`` class decorator.
+
1.3a1 (2011-12-09)
==================