summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-08-23 00:03:29 +0000
committerChris McDonough <chrism@agendaless.com>2008-08-23 00:03:29 +0000
commit434c0514dc7dd9c7881e1d30db4d988680220af2 (patch)
tree34cb5395ec0628ec216e54d863bc90fb8902ba5a /CHANGES.txt
parentbe16f6b5c59043a164120171a5b0926d158959fd (diff)
downloadpyramid-434c0514dc7dd9c7881e1d30db4d988680220af2.tar.gz
pyramid-434c0514dc7dd9c7881e1d30db4d988680220af2.tar.bz2
pyramid-434c0514dc7dd9c7881e1d30db4d988680220af2.zip
- Read and write a pickled ZCML actions list, stored as
``configure.zcml.pck`` next to the applications's "normal" configuration file. A given bfg app will usually start faster if it's able to read the pickle data. It fails gracefully to reading the real ZCML file if it cannot read the pickle.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 50ba6cb6c..7a04efa08 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,11 @@
+Next release
+
+ - Read and write a pickled ZCML actions list, stored as
+ ``configure.zcml.pck`` next to the applications's "normal"
+ configuration file. A given bfg app will usually start faster
+ if it's able to read the pickle data. It fails gracefully
+ to reading the real ZCML file if it cannot read the pickle.
+
0.3.1 (8/20/2008)
- Generated application differences: ``make_app`` entry point