From e79d360d0547bd008211616c0b5e6e7f3b795bd1 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 19 Dec 2010 01:55:23 -0500 Subject: - 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``) --- CHANGES.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGES.txt') 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 ------------- -- cgit v1.2.3