summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-08-28 06:55:36 -0400
committerChris McDonough <chrism@plope.com>2011-08-28 06:55:36 -0400
commitb2c4e06e19dcac04adb0aa016e02ec1953cc8a57 (patch)
tree36f9cf6c75e2c94b6c4afb887cb53732d0be1b12 /CHANGES.txt
parent33bcf65672737757eafba2bd8768131dd3d37aa8 (diff)
downloadpyramid-b2c4e06e19dcac04adb0aa016e02ec1953cc8a57.tar.gz
pyramid-b2c4e06e19dcac04adb0aa016e02ec1953cc8a57.tar.bz2
pyramid-b2c4e06e19dcac04adb0aa016e02ec1953cc8a57.zip
- Use ``config.with_package`` in view_config decorator rather than
manufacturing a new renderer helper (cleanup).
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d177b619a..7fed402b1 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,12 @@
+Next release
+============
+
+Internal
+--------
+
+- Use ``config.with_package`` in view_config decorator rather than
+ manufacturing a new renderer helper (cleanup).
+
1.2a2 (2011-08-27)
==================