summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-11-18 21:47:32 -0500
committerChris McDonough <chrism@plope.com>2012-11-18 21:47:32 -0500
commit0ccdc23f6ec53548bb1f81f3b528f2a8be0a5467 (patch)
tree529619563687e0689f77c5ea65a55448551d3a6c /CHANGES.txt
parent3ae2a829c17ebe3dd1a2db547d9ad4cb39feb8cb (diff)
downloadpyramid-0ccdc23f6ec53548bb1f81f3b528f2a8be0a5467.tar.gz
pyramid-0ccdc23f6ec53548bb1f81f3b528f2a8be0a5467.tar.bz2
pyramid-0ccdc23f6ec53548bb1f81f3b528f2a8be0a5467.zip
- A failure when trying to locate the attribute ``__text__`` on route and view
predicates existed when the ``debug_routematch`` setting was true or when the ``pviews`` command was used. See https://github.com/Pylons/pyramid/pull/727 Closes #727.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 9f5ce064f..f5c5c9449 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,13 @@
+Next release
+============
+
+Bug Fixes
+---------
+
+- A failure when trying to locate the attribute ``__text__`` on route and view
+ predicates existed when the ``debug_routematch`` setting was true or when the
+ ``pviews`` command was used. See https://github.com/Pylons/pyramid/pull/727
+
1.4a4 (2012-11-14)
==================