summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2015-01-17 14:16:52 -0800
committerBen Bangert <ben@groovie.org>2015-01-17 14:16:52 -0800
commit4baf95808cbbab4db6ee2e6e9a54109b9b23a3f3 (patch)
tree4305f34de8f08f14c8db830311a1ad2efe825975 /CHANGELOG.rst
parentdcdb3f39a072dbb8fcc7bf8365be05af5ca4b4e1 (diff)
downloadroutes-4baf95808cbbab4db6ee2e6e9a54109b9b23a3f3.tar.gz
* Printing a mapper now includes the Controller/action parameters from the
route. Fixes #11.
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 3f79c37..dc2aa4a 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -3,6 +3,8 @@ Routes Changelog
Release 2.1 (**dev**)
=====================
+* Printing a mapper now includes the Controller/action parameters from the
+ route. Fixes #11.
* 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.