summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-10-29 02:49:16 +0000
committerChris McDonough <chrism@agendaless.com>2009-10-29 02:49:16 +0000
commitd8c776df0ff6a194be696c95d921caf2084194c6 (patch)
tree82b0714d5389ffe376d720033cafc16ed7e134d8 /CHANGES.txt
parent07cf61d25adf627c9ddc1f607266b0d61070e391 (diff)
downloadpyramid-d8c776df0ff6a194be696c95d921caf2084194c6.tar.gz
pyramid-d8c776df0ff6a194be696c95d921caf2084194c6.tar.bz2
pyramid-d8c776df0ff6a194be696c95d921caf2084194c6.zip
- An incorrect ZCML conflict would be encountered when the
``request_param`` predicate attribute was used on the ZCML ``view`` directive if any two otherwise same-predicated views had the combination of a predicate value with an ``=`` sign and one without (e.g. ``a`` vs. ``a=123``).
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 6f4054de5..622880d82 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,15 @@
+Next release
+============
+
+Bug Fixes
+---------
+
+- An incorrect ZCML conflict would be encountered when the
+ ``request_param`` predicate attribute was used on the ZCML ``view``
+ directive if any two otherwise same-predicated views had the
+ combination of a predicate value with an ``=`` sign and one without
+ (e.g. ``a`` vs. ``a=123``).
+
1.1a8 (2009-10-27)
==================