summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Villemaire-Krajden <odontomachus@gmail.com>2013-08-13 13:10:47 -0400
committerJonathan Villemaire-Krajden <odontomachus@gmail.com>2013-08-13 13:10:47 -0400
commit0f1bc5286f772d2001bbcab8235bf5f7805b7634 (patch)
tree17453c4c55205fc71240d86d68cc3080ead8e02c
parente160a44cc459baf5e30ad19e18b7c95b0a6397ac (diff)
downloadpyramid-0f1bc5286f772d2001bbcab8235bf5f7805b7634.tar.gz
pyramid-0f1bc5286f772d2001bbcab8235bf5f7805b7634.tar.bz2
pyramid-0f1bc5286f772d2001bbcab8235bf5f7805b7634.zip
Updated CHANGES
Fixes 1040.
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index e9533ab48..1b4c3492c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -168,6 +168,9 @@ Bug Fixes
- The ``alchemy`` scaffold would break when the database was MySQL during
tables creation. See https://github.com/Pylons/pyramid/pull/1049
+- The route ``current_route_url`` method now attaches the query string to the URL by default. See
+ https://github.com/Pylons/pyramid/issues/1040
+
1.4 (2012-12-18)
================
@@ -205,6 +208,8 @@ Backwards Incompatibilities
similar way to the changes described to ``_depth`` above. This argument
remains undocumented, but might be used in the wild by some insane person.
+- 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.4b1 (2012-11-21)
==================