summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2015-01-17 13:23:39 -0800
committerBen Bangert <ben@groovie.org>2015-01-17 13:23:39 -0800
commitc896e82611f9f4ae7962de7dfa4734d7c4342be6 (patch)
tree18b575db69a9d6c72ea0ecedbf129b9d50a764ef /CHANGELOG.rst
parentda4f235ce6e48046bf95bef03cffe23fcdf907a1 (diff)
downloadroutes-c896e82611f9f4ae7962de7dfa4734d7c4342be6.tar.gz
* 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 to avoid this, and now does. Fixes #6.
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 5606bce..e883078 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -3,6 +3,10 @@ Routes Changelog
Release 2.1 (**dev**)
=====================
+* 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
+ to avoid this, and now does. Fixes #6.
* Extract Route creation into separate method in Mapper. Subclasses of Route
can be created by Mappers now.
* Use the first X_FORWARDED_FOR value if there are multiple proxies in the