summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-12-19 01:55:23 -0500
committerChris McDonough <chrism@plope.com>2010-12-19 01:55:23 -0500
commite79d360d0547bd008211616c0b5e6e7f3b795bd1 (patch)
tree6dc0f6f358f2bfe52741ce948da78add669bf4f7 /CHANGES.txt
parent5a81c69386b5ac91724c75bb34bbaf62face946a (diff)
downloadpyramid-e79d360d0547bd008211616c0b5e6e7f3b795bd1.tar.gz
pyramid-e79d360d0547bd008211616c0b5e6e7f3b795bd1.tar.bz2
pyramid-e79d360d0547bd008211616c0b5e6e7f3b795bd1.zip
- All environment variables which used to be prefixed with ``BFG_`` are now
prefixed with ``PYRAMID_`` (e.g. ``BFG_DEBUG_NOTFOUND`` is now ``PYRAMID_DEBUG_NOTFOUND``)
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c1b441c50..caeaa943b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -90,6 +90,13 @@ Features
- The name ``registry`` is now available in a ``pshell`` environment by
default. It is the application registry object.
+Environment
+-----------
+
+- All environment variables which used to be prefixed with ``BFG_`` are now
+ prefixed with ``PYRAMID_`` (e.g. ``BFG_DEBUG_NOTFOUND`` is now
+ ``PYRAMID_DEBUG_NOTFOUND``)
+
Documentation
-------------