summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 1d5d7ce08..a2039c2c4 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,15 @@
+Next release
+============
+
+Bug Fixes
+---------
+
+- 1.2b4 introduced a bug whereby views added via a route configuration
+ that named a view callable and also a ``view_attr`` became broken.
+ Symptom: ``MyViewClass is not callable`` or the ``__call__`` of a
+ class was being called instead of the method named via
+ ``view_attr``.
+
1.2b4 (2010-02-03)
==================