summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-01-21 01:49:28 +0000
committerChris McDonough <chrism@agendaless.com>2010-01-21 01:49:28 +0000
commit688d01dba826ed5ce98580da06082be5dc64e09f (patch)
tree26f67cbb7ba80d8d3364066a26302365ca9f4530 /CHANGES.txt
parent1a74dc000993f39a430b6c37d775bb664e86a3ac (diff)
downloadpyramid-688d01dba826ed5ce98580da06082be5dc64e09f.tar.gz
pyramid-688d01dba826ed5ce98580da06082be5dc64e09f.tar.bz2
pyramid-688d01dba826ed5ce98580da06082be5dc64e09f.zip
- Fix a view lookup ordering bug whereby a view with a larger number
of predicates registered first (literally first, not "earlier") for a triad would lose during view lookup to one registered with fewer.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 88328042c..cac025ea4 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -16,6 +16,10 @@ Bug Fixes
``repoze.bfg.request.Request``. BFG now *requires* WebOb >= 0.9.7,
and code was added so that this deprecation warning has disappeared.
+- Fix a view lookup ordering bug whereby a view with a larger number
+ of predicates registered first (literally first, not "earlier") for
+ a triad would lose during view lookup to one registered with fewer.
+
Documentation
-------------