diff options
| author | Jonathan Villemaire-Krajden <odontomachus@gmail.com> | 2013-08-13 14:01:25 -0400 |
|---|---|---|
| committer | Jonathan Villemaire-Krajden <odontomachus@gmail.com> | 2013-08-13 14:01:25 -0400 |
| commit | 6a4a3413756a94f5e7ebbe7720788f28ca280a72 (patch) | |
| tree | 83e68e818a069cfe88fe6beb06996140434b6db6 /CHANGES.txt | |
| parent | 33e0fe18037d99312d8d4d966a8e01baffc2e62d (diff) | |
| download | pyramid-6a4a3413756a94f5e7ebbe7720788f28ca280a72.tar.gz pyramid-6a4a3413756a94f5e7ebbe7720788f28ca280a72.tar.bz2 pyramid-6a4a3413756a94f5e7ebbe7720788f28ca280a72.zip | |
Fixed documentation width, signed contributors agreement and added a test for duplicate query strings.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 42b3e7546..0479e3011 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -168,13 +168,16 @@ 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 +- 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. +- 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) ================ |
