summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-07-02 07:37:33 +0000
committerChris McDonough <chrism@agendaless.com>2009-07-02 07:37:33 +0000
commite60df41736efca565ce118d4cb6ca0eaced0261f (patch)
treef91d47bb286ae61da85c35d3fce8556302331064 /CHANGES.txt
parent1eb861e0f046397715a92ed7ad7b85a2baa22b29 (diff)
downloadpyramid-e60df41736efca565ce118d4cb6ca0eaced0261f.tar.gz
pyramid-e60df41736efca565ce118d4cb6ca0eaced0261f.tar.bz2
pyramid-e60df41736efca565ce118d4cb6ca0eaced0261f.zip
- Added a "Resources" chapter to the narrative documentation which
explains how to override resources within one package from another package.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d601f3199..9a343aa50 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,7 +8,14 @@ Features
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).
+ boostrapping (only the original application developer could do so).
+
+Documentation
+-------------
+
+- Added a "Resources" chapter to the narrative documentation which
+ explains how to override resources within one package from another
+ package.
1.0a9 (2009-07-01)
==================