summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-08-24 01:59:07 +0000
committerChris McDonough <chrism@agendaless.com>2008-08-24 01:59:07 +0000
commit0a6da3800b963b2104c8e10598ac7589a81f981e (patch)
treea462056f22bcff3f08d82cec98682e1dfac7df5c /CHANGES.txt
parent2c647036d9ed5e5a27cb6b2a5700a8f0d3a7d2a7 (diff)
downloadpyramid-0a6da3800b963b2104c8e10598ac7589a81f981e.tar.gz
pyramid-0a6da3800b963b2104c8e10598ac7589a81f981e.tar.bz2
pyramid-0a6da3800b963b2104c8e10598ac7589a81f981e.zip
- Remove ``sampleapp`` sample application from bfg package itself.
- Remove dependency on FormEncode (only needed by sampleapp). - Fix paster template generation so that case-sensitivity is preserved for project vs. package name. - Depend on ``z3c.pt`` version 1.0a1 (which requires the ``[lxml]`` extra currently).
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt18
1 files changed, 14 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 7a04efa08..7ce675b1d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,10 +1,20 @@
Next release
+ - Remove ``sampleapp`` sample application from bfg package itself.
+
+ - Remove dependency on FormEncode (only needed by sampleapp).
+
+ - Fix paster template generation so that case-sensitivity is
+ preserved for project vs. package name.
+
+ - Depend on ``z3c.pt`` version 1.0a1 (which requires the ``[lxml]``
+ extra currently).
+
- 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.
+ ``configure.zcml.cache`` 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)