From 434c0514dc7dd9c7881e1d30db4d988680220af2 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 23 Aug 2008 00:03:29 +0000 Subject: - 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. --- CHANGES.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGES.txt') 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 -- cgit v1.2.3