summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 777b3d7..c50d3f1 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,14 @@
Routes Changelog
%%%%%%%%%%%%%%%%
+Release 2.3 (**dev**)
+=====================
+
+* Concatenation fix when using submappers with path prefixes. Multiple
+ submappers combined the path prefix inside the controller argument in
+ non-obvious ways. The controller argument will now be properly carried
+ through when using submappers. PR #28.
+
Release 2.2 (July 21, 2015)
===========================
* Fix Python 3 support. Patch by Victor Stinner.