summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-04-27 11:15:24 -0400
committerChris McDonough <chrism@plope.com>2012-04-27 11:15:24 -0400
commitfcb209534f069c79ecf90c5499d2955b049aca78 (patch)
tree7179fbe90a95bc50ef98a3f0287e9a880ff2de21 /CHANGES.txt
parent0e0c83fabc77e2888e26c56df9acda7a5c839530 (diff)
downloadpyramid-fcb209534f069c79ecf90c5499d2955b049aca78.tar.gz
pyramid-fcb209534f069c79ecf90c5499d2955b049aca78.tar.bz2
pyramid-fcb209534f069c79ecf90c5499d2955b049aca78.zip
garden
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 337754162..b8d42ba6f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,7 +9,6 @@ Bug Fixes
return the empty list. This was incorrect, it should have unconditionally
returned ``[Everyone]``, and now does.
-
Features
--------
@@ -29,3 +28,9 @@ Features
- ``config.set_request_property`` now causes less code to be executed at
request construction time.
+
+- Don't add a ``?`` to URLs generated by request.resource_url if the
+ ``query`` argument is provided but empty.
+
+- Don't add a ``?`` to URLs generated by request.route_url if the
+ ``_query`` argument is provided but empty.