summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1b4608b..8867314 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,13 @@
for those who don't use the caching
as well as to conform to Pyramid
deployment practices. [ticket:154]
+
+- The Beaker import (or attempt thereof)
+ is delayed until actually needed;
+ this to remove the performance penalty
+ from startup, particularly for
+ "single execution" environments
+ such as shell scripts. [ticket:153]
- Fixed missing **extra collection in
setup.py which prevented setup.py