summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2010-02-28 14:37:44 -0800
committerBen Bangert <ben@groovie.org>2010-02-28 14:37:44 -0800
commitc869cfe93361c60f8ea186ffb74cb3f407bc69d0 (patch)
treeebb3f0c6234b0593febe2ee971a0f00f267fabb2
parent544fb83fe3cc4df3e5295b71b205c611c4c1dd5a (diff)
downloadroutes-c869cfe93361c60f8ea186ffb74cb3f407bc69d0.tar.gz
Add notice about mapper explicitness
--HG-- branch : trunk
-rw-r--r--CHANGELOG5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index fd1140d..25f3969 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -10,8 +10,9 @@ Release 1.12 (**tip**)
in a single regexp match should none of the routes match.
* Give Mapper a tabular string representation.
* Make SubMapper objects nestable and add route-generation helpers.
-* Add SubMapper-based collections
-* Make the deprecated Mapper.minimization False (disabled) by default
+* Add SubMapper-based collections.
+* Make the deprecated Mapper.minimization False (disabled) by default.
+* Make the mapper explicit (true) by default.
Release 1.11 (September 28, 2009)
=================================