summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMalthe Borch <mborch@gmail.com>2009-11-25 12:16:56 +0000
committerMalthe Borch <mborch@gmail.com>2009-11-25 12:16:56 +0000
commit6f01c68cf897ad5116c00c949b6e9ef96de1d658 (patch)
tree18e1ad891ad93e306b945bea1db6b9a725a937ef /CHANGES.txt
parenta7e6f2cdec94fc98c0bb670f545449a9d0a84f58 (diff)
downloadpyramid-6f01c68cf897ad5116c00c949b6e9ef96de1d658.tar.gz
pyramid-6f01c68cf897ad5116c00c949b6e9ef96de1d658.tar.bz2
pyramid-6f01c68cf897ad5116c00c949b6e9ef96de1d658.zip
Fixed issue where ``_query`` would be attempted URL encoded.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 0fa189a43..6733d939c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -37,6 +37,10 @@ Documentation
Bug Fixes
----------
+- When passed ``_query`` is passed to the ``route_url`` function, the
+ URL encoding routine no longer raises an exception because this is a
+ dictionary.
+
- The ACL authorization policy debugging output when
``debug_authorization`` console debugging output was turned on
wasn't as clear as it could have been when a view execution was