diff options
| author | Chris McDonough <chrism@plope.com> | 2012-04-27 11:15:37 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-04-27 11:15:37 -0400 |
| commit | 2bae012e5e108c0a9a584aea0611b6a29e6027b0 (patch) | |
| tree | 5652446af4b03e6f57fc3ac9d12fe02c8ba3e799 /CHANGES.txt | |
| parent | 32fc4511d0fb3c8103f789869647c153ea058a6a (diff) | |
| parent | fcb209534f069c79ecf90c5499d2955b049aca78 (diff) | |
| download | pyramid-2bae012e5e108c0a9a584aea0611b6a29e6027b0.tar.gz pyramid-2bae012e5e108c0a9a584aea0611b6a29e6027b0.tar.bz2 pyramid-2bae012e5e108c0a9a584aea0611b6a29e6027b0.zip | |
Merge branch 'lambacck-master'
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 7 |
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. |
