diff options
author | Ben Bangert <ben@groovie.org> | 2015-01-17 13:35:41 -0800 |
---|---|---|
committer | Ben Bangert <ben@groovie.org> | 2015-01-17 13:35:41 -0800 |
commit | dcdb3f39a072dbb8fcc7bf8365be05af5ca4b4e1 (patch) | |
tree | beb4f35dc887bfa9ae09a593c0ea1d19870c1e10 /CHANGELOG.rst | |
parent | c896e82611f9f4ae7962de7dfa4734d7c4342be6 (diff) | |
download | routes-dcdb3f39a072dbb8fcc7bf8365be05af5ca4b4e1.tar.gz |
* Fix regression that didn't allow passing in params 'host', 'protocol', or
'anchor'. They can now be passed in with a trailing '_' as was possible
before commit d1d1742903fa5ca24ef848a6ae895303f2661b2a. Fixes #7.
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r-- | CHANGELOG.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e883078..3f79c37 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,9 @@ Routes Changelog Release 2.1 (**dev**) ===================== +* Fix regression that didn't allow passing in params 'host', 'protocol', or + 'anchor'. They can now be passed in with a trailing '_' as was possible + before commit d1d1742903fa5ca24ef848a6ae895303f2661b2a. Fixes #7. * URL generation with/without SCRIPT_NAME was resulting in the URL cache failing to return the appropriate cached URL generation. The URL cache should always include the SCRIPT_NAME, even if its empty, in the cache |