summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-07-02 17:20:31 +0000
committerChris McDonough <chrism@agendaless.com>2009-07-02 17:20:31 +0000
commitb5104e12d5f4e8618b6bc21bf7a0da2bce62d8cb (patch)
treeed2df319cfb894bf2ea501b5efa42a5412956af1 /CHANGES.txt
parent5e19ddda73d5792fe27a6710319c16860373c589 (diff)
downloadpyramid-b5104e12d5f4e8618b6bc21bf7a0da2bce62d8cb.tar.gz
pyramid-b5104e12d5f4e8618b6bc21bf7a0da2bce62d8cb.tar.bz2
pyramid-b5104e12d5f4e8618b6bc21bf7a0da2bce62d8cb.zip
Allow ``zcml_configure`` value to override the package.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 21189d0c0..6baa006cd 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,9 +6,10 @@ Features
- Allow a Paste config file (``configure_zcml``) value or an
environment variable (``BFG_CONFIGURE_ZCML``) to name a ZCML file
- that will be used to bootstrap the application. Previously, the
- integrator could not influence which ZCML file was used to do the
- boostrapping (only the original application developer could do so).
+ (optionally package-relative) that will be used to bootstrap the
+ application. Previously, the integrator could not influence which
+ ZCML file was used to do the boostrapping (only the original
+ application developer could do so).
Documentation
-------------