summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-09-14 12:11:44 +0000
committerChris McDonough <chrism@agendaless.com>2010-09-14 12:11:44 +0000
commit70f1cda02f9acccf7ee1c8ad1a7ade36fba10dba (patch)
treeaf2236494ee485c40575bb728d5755de1d579ace /CHANGES.txt
parent7edbac105bdde5cf27ea397343c748ec24b11bd8 (diff)
downloadpyramid-70f1cda02f9acccf7ee1c8ad1a7ade36fba10dba.tar.gz
pyramid-70f1cda02f9acccf7ee1c8ad1a7ade36fba10dba.tar.bz2
pyramid-70f1cda02f9acccf7ee1c8ad1a7ade36fba10dba.zip
- 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.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt10
1 files changed, 10 insertions, 0 deletions
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)
===================