summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt9
-rw-r--r--CONTRIBUTORS.txt1
2 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ebf3bf4e2..01f4adf5b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,12 @@
+1.0a9 (unreleased)
+
+Features
+--------
+
+- config.add_view now accepts a 'decorator' keyword argument, a
+ callable which will decorate the view callable before it is added to
+ the registry
+
1.0a8 (2010-12-27)
==================
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index b48e769a1..443503914 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -117,3 +117,4 @@ Contributors
- Casey Duncan, 2010/12/27
+- Rob Miller, 2010/12/28