diff options
| author | Paul Everitt <paul@agendaless.com> | 2013-08-13 16:39:56 -0400 |
|---|---|---|
| committer | Paul Everitt <paul@agendaless.com> | 2013-08-13 16:39:56 -0400 |
| commit | fef73e0cb80ec71b7cccc96e1adcee6ffc26bce8 (patch) | |
| tree | 51be51552313df4e197d841c94d84b5e1d7e8694 /CHANGES.txt | |
| parent | 0dfacfa09dcf62e5a41c3762e7f9b5d1467b54e6 (diff) | |
| parent | a54d7d6f33904e925da27e74d34039f56b7b68e1 (diff) | |
| download | pyramid-fef73e0cb80ec71b7cccc96e1adcee6ffc26bce8.tar.gz pyramid-fef73e0cb80ec71b7cccc96e1adcee6ffc26bce8.tar.bz2 pyramid-fef73e0cb80ec71b7cccc96e1adcee6ffc26bce8.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index e9533ab48..0479e3011 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -168,6 +168,17 @@ Bug Fixes - The ``alchemy`` scaffold would break when the database was MySQL during tables creation. See https://github.com/Pylons/pyramid/pull/1049 +- The ``current_route_url`` method now attaches the query string to the URL by + default. See + https://github.com/Pylons/pyramid/issues/1040 + +Backwards Incompatibilities +--------------------------- + +- Modified the ``current_route_url`` method in pyramid.Request. The method + previously returned the URL without the query string by default, it now does + attach the query string unless it is overriden. + 1.4 (2012-12-18) ================ |
