From 81a833da2adff04d11b9228406bbc1528be65c64 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 24 Jul 2010 07:04:49 +0000 Subject: - 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. - The ``Hooks`` narrative chapter now contains a section about changing the request factory. --- CHANGES.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'CHANGES.txt') 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 --------- -- cgit v1.2.3