diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-10-29 02:49:16 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-10-29 02:49:16 +0000 |
| commit | d8c776df0ff6a194be696c95d921caf2084194c6 (patch) | |
| tree | 82b0714d5389ffe376d720033cafc16ed7e134d8 /CHANGES.txt | |
| parent | 07cf61d25adf627c9ddc1f607266b0d61070e391 (diff) | |
| download | pyramid-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.txt | 12 |
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) ================== |
