summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Phillips <samdphillips@gmail.com>2014-02-14 12:22:54 -0800
committerSam Phillips <samdphillips@gmail.com>2014-02-14 12:22:54 -0800
commit4b16406b4d389147e6d66062ae1bf722bafcb233 (patch)
tree492efe2bc12b09fae5c6659e61798698e219c2f6
parent1bfd8901cd8ec9181e40e8e8b76980f8a0705a65 (diff)
downloadroutes-4b16406b4d389147e6d66062ae1bf722bafcb233.tar.gz
Added Changelog entry
-rw-r--r--CHANGELOG.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 1a1db6d..4b1c50f 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,9 @@
Routes Changelog
%%%%%%%%%%%%%%%%
+* Extract Route creation into separate method in Mapper. Subclasses of Route
+ can be created by Mappers now.
+
Release 2.0 (November 17, 2013)
===============================
* Python 3.2/3.3 Support. Fixes Issue #2. Thanks to Alejandro Sánchez for