summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-07-26 20:19:35 +0000
committerChris McDonough <chrism@agendaless.com>2010-07-26 20:19:35 +0000
commitd58946946d3b29c3de8a7b4d937aa4af72bf63bf (patch)
tree891c5c011f8362b5ac480552775be9250314d610
parent601c0471bfce2f2ac583d1d051c48b21b2a8a49e (diff)
downloadpyramid-d58946946d3b29c3de8a7b4d937aa4af72bf63bf.tar.gz
pyramid-d58946946d3b29c3de8a7b4d937aa4af72bf63bf.tar.bz2
pyramid-d58946946d3b29c3de8a7b4d937aa4af72bf63bf.zip
some svn commit messages are too tedious to write
-rw-r--r--CHANGES.txt14
1 files changed, 11 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 902b17533..4185d9a65 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,14 @@
+Next release
+============
+
+Features
+--------
+
+- The ``repoze.bfg.configuration.Configurator.add_route`` API now
+ returns the route object that was added.
+
+
+
1.3a6 (2010-07-25)
==================
@@ -83,9 +94,6 @@ Features
has been renamed to ``testing_add_renderer``. A backwards
compatibility alias is present using the old name.
-- The ``repoze.bfg.configuration.Configurator.add_route`` API now
- returns the route object that was added.
-
Documentation
-------------