summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJamaludin Ahmad <j.ahmad@gmx.net>2010-12-20 06:23:04 +0700
committerJamaludin Ahmad <j.ahmad@gmx.net>2010-12-20 06:23:04 +0700
commit7b9066cccb09d1e93df88f8b3ebc9a74ec84730c (patch)
tree400ab386b9fa316fb7303ab6a22c4809e2c6325b /CHANGES.txt
parenta59c789b2bb4a1de5f79537cc2f1022c97bb51f6 (diff)
downloadpyramid-7b9066cccb09d1e93df88f8b3ebc9a74ec84730c.tar.gz
pyramid-7b9066cccb09d1e93df88f8b3ebc9a74ec84730c.tar.bz2
pyramid-7b9066cccb09d1e93df88f8b3ebc9a74ec84730c.zip
BFG_ -> PYRAMID_
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index b3f78947b..3986fb7e9 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -67,7 +67,7 @@ Terminology Changes
- The setting previously known as ``BFG_RELOAD_RESOURCES`` (envvar) or
``reload_resources`` (config file) is now known, respectively, as
- ``BFG_RELOAD_ASSETS`` and ``reload_assets``.
+ ``PYRAMID_RELOAD_ASSETS`` and ``reload_assets``.
Backwards compatibility shims have been left in place in all cases. They
will continue to work "forever".
@@ -103,7 +103,7 @@ Documentation
- Added "Debugging Route Matching" section to the urldispatch narrative
documentation chapter.
-- Added reference to ``BFG_DEBUG_ROUTEMATCH`` envvar and ``debug_routematch``
+- Added reference to ``PYRAMID_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``.