diff options
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index e9d0e0ce0..47720221b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -49,6 +49,13 @@ Features Note that the ``traverse`` argument is ignored when attached to a route that has a ``*traverse`` remainder marker in its path. +- A new method of the ``Configurator`` exists: + ``set_request_factory``. If used, this method will set the factory + used by the :mod:`repoze.bfg` router to create all request objects. + +- The ``Configurator`` constructor takes an additional argument: + ``request_factory``. If used, this argument will set the factory + used by the :mod:`repoze.bfg` router to create all request objects. Documentation ------------- @@ -65,6 +72,9 @@ Documentation - The ``Hybrid`` narrative chapter now contains a description of the ``traverse`` route argument. +- The ``Hooks`` narrative chapter now contains a section about + changing the request factory. + Bug Fixes --------- |
