summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
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
-------------