diff options
| author | Bert JW Regeer <bertjw@regeer.org> | 2014-04-18 15:49:59 -0600 |
|---|---|---|
| committer | Bert JW Regeer <bertjw@regeer.org> | 2014-04-18 15:49:59 -0600 |
| commit | 8e90d62c0d50565e717738901e8a10a865ac1258 (patch) | |
| tree | c92771ada1ec569631e283c5ea4b3ad22dae5edd /CHANGES.txt | |
| parent | 06b839f8f0b4c4c202ac10042241c00883b403d1 (diff) | |
| download | pyramid-8e90d62c0d50565e717738901e8a10a865ac1258.tar.gz pyramid-8e90d62c0d50565e717738901e8a10a865ac1258.tar.bz2 pyramid-8e90d62c0d50565e717738901e8a10a865ac1258.zip | |
Add information to CHANGES
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 264497f5b..3d2b248ae 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,10 @@ Next release ============ -- ... +- Fix an issue whereby predicates would be resolved as maybe_dotted in the + introspectable but not when passed for registration. This would mean that + add_route_predicate for example can not take a string and turn it into the + actual callable function. 1.5 (2014-04-08) ================ |
