From 70f1cda02f9acccf7ee1c8ad1a7ade36fba10dba Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 14 Sep 2010 12:11:44 +0000 Subject: - The ``add_route`` method of a Configurator now accepts a ``pregenerator`` argument. The pregenerator for the resulting route is called by ``route_url`` in order to adjust the set of arguments passed to it by the user for special purposes, such as Pylons 'subdomain' support. It will influence the URL returned by ``route_url``. See the ``repoze.bfg.interfaces.IRoutePregenerator`` interface for more information. --- CHANGES.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 748080683..5bf4a8ef8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -45,6 +45,14 @@ Features is caught by the router, even if an exception view could not be found. +- The ``add_route`` method of a Configurator now accepts a + ``pregenerator`` argument. The pregenerator for the resulting route + is called by ``route_url`` in order to adjust the set of arguments + passed to it by the user for special purposes, such as Pylons + 'subdomain' support. It will influence the URL returned by + ``route_url``. See the ``repoze.bfg.interfaces.IRoutePregenerator`` + interface for more information. + Backwards Incompatibilities --------------------------- @@ -110,6 +118,8 @@ Documentation - The "Request Processing" narrative chapter has been updated to note finished and response callback steps. +- New interface in interfaces API documentation: ``IRoutePregenerator``. + 1.3a12 (2010-09-08) =================== -- cgit v1.2.3