summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 111be6294..a76a91bc0 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,14 @@
+After 0.2.6
+
+ - Add a ``request_type`` attribute to the available attributes of a
+ ``bfg:view`` configure.zcml element. This attribute will have a
+ value which is a dotted Python path, pointing at an interface. If
+ the request object implements this interface when the view lookup
+ is performed, the appropriate view will be called.
+
+ - Remove "template only" views. These were just confusing and were
+ never documented.
+
0.2.6
- Add event sends for INewRequest and INewResponse. See the