From 601c0471bfce2f2ac583d1d051c48b21b2a8a49e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 26 Jul 2010 20:18:05 +0000 Subject: - The ``repoze.bfg.configuration.Configurator.add_route`` API now returns the route object that was added. --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 0519294e3..902b17533 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -83,6 +83,9 @@ 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 ------------- -- cgit v1.2.3