diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-09-08 04:43:05 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-09-08 04:43:05 +0000 |
| commit | 49eccc078d13e1b6104f201f7e11ac31d8e024cf (patch) | |
| tree | ecfff3c386b11082d4d3427f61c68c366f8ace70 /CHANGES.txt | |
| parent | 74409d12f7eb085bc992a200cc74799e4d1ff355 (diff) | |
| download | pyramid-49eccc078d13e1b6104f201f7e11ac31d8e024cf.tar.gz pyramid-49eccc078d13e1b6104f201f7e11ac31d8e024cf.tar.bz2 pyramid-49eccc078d13e1b6104f201f7e11ac31d8e024cf.zip | |
- Add an API to the ``Configurator`` named ``get_routes_mapper``.
This returns an object implementing the ``IRoutesMapper`` interface.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index c32c0909b..0b5507b56 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -47,6 +47,9 @@ Paster Templates Internal -------- +- Add an API to the ``Configurator`` named ``get_routes_mapper``. + This returns an object implementing the ``IRoutesMapper`` interface. + - The ``repoze.bfg.urldispatch.RoutesMapper`` object now has a ``get_route`` method which returns a single Route object or ``None``. |
