summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-12-16 19:03:00 -0500
committerChris McDonough <chrism@plope.com>2010-12-16 19:03:00 -0500
commitdc06b0b30c0508835022567cee40196d6d9cb984 (patch)
tree9f99b112874f3d42f2cb304fdadea666ce766a1b /CHANGES.txt
parenta6a1508632a93f6c41e3d61007d5a3d891188bb6 (diff)
downloadpyramid-dc06b0b30c0508835022567cee40196d6d9cb984.tar.gz
pyramid-dc06b0b30c0508835022567cee40196d6d9cb984.tar.bz2
pyramid-dc06b0b30c0508835022567cee40196d6d9cb984.zip
- The name ``registry`` is now available in a ``pshell`` environment by
default. It is the application registry object. - Changed "Project" chapter slightly to expand on use of ``paster pshell``.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c3f7fb31f..33546e947 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -13,6 +13,9 @@ Features
- Added ``debug_routematch`` configuration setting that logs matched routes
(including the matchdict and predicates).
+- The name ``registry`` is now available in a ``pshell`` environment by
+ default. It is the application registry object.
+
Documentation
-------------
@@ -22,6 +25,8 @@ Documentation
- Added reference to ``BFG_DEBUG_ROUTEMATCH`` envvar and ``debug_routematch``
config file setting to the Environment narrative docs chapter.
+- Changed "Project" chapter slightly to expand on use of ``paster pshell``.
+
Paster Templates
----------------