summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
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 d2c31903f..4739b9601 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -23,6 +23,14 @@ Implementation Changes
If no subscribers are registered via ``registerHandler`` or
``registerSubscriptionAdapter``, ``notify`` is a noop for speed.
+- The Allowed and Denied classes in ``repoze.bfg.security`` now are
+ lazier about constructing the representation of a reason message for
+ speed; ``repoze.bfg.view_execution_permitted`` takes advantage of
+ this.
+
+- The ``is_response`` check was sped up by about half at the expense
+ of making its code slightly uglier.
+
0.6.3 (2009-01-19)
==================