diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-07-26 20:18:05 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-07-26 20:18:05 +0000 |
| commit | 601c0471bfce2f2ac583d1d051c48b21b2a8a49e (patch) | |
| tree | d134738193e199677152fc98692996efe40a0e5c | |
| parent | 4e818e9f690b7edba7bf434ac63c3c7e01bb1bd4 (diff) | |
| download | pyramid-601c0471bfce2f2ac583d1d051c48b21b2a8a49e.tar.gz pyramid-601c0471bfce2f2ac583d1d051c48b21b2a8a49e.tar.bz2 pyramid-601c0471bfce2f2ac583d1d051c48b21b2a8a49e.zip | |
- The ``repoze.bfg.configuration.Configurator.add_route`` API now
returns the route object that was added.
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 ------------- |
