From a53cbfbb503010d34c9c02fdaf6eccc56361c7a2 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 2 Nov 2009 02:31:31 +0000 Subject: - "What's New in ``repoze.bfg`` 1.1" document added to narrative documentation. - Minor typo fixes. --- CHANGES.txt | 39 +++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 18 deletions(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 281b3e4cb..f0c4879cb 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,6 +9,9 @@ Documentation order) the ```` statement which creates the route. This hasn't been true since 1.1a1. +- "What's New in ``repoze.bfg`` 1.1" document added to narrative + documentation. + 1.1b1 (2009-11-01) ================== @@ -861,6 +864,16 @@ Internal - The ``static`` ZCML directive now uses a custom root factory when constructing a route. +- The interface ``IRequestFactories`` was removed from the + repoze.bfg.interfaces module. This interface was never an API. + +- The function named ``named_request_factories`` and the data + structure named ``DEFAULT_REQUEST_FACTORIES`` have been removed from + the ``repoze.bfg.request`` module. These were never APIs. + +- The ``IViewPermissionFactory`` interface has been removed. This was + never an API. + Documentation ------------- @@ -873,8 +886,14 @@ Documentation - Fixed documentation for ``repoze.bfg.view.static`` (in narrative ``Views`` chapter). -- The interface ``IRequestFactories`` was removed from the - repoze.bfg.interfaces module. This interface was never an API. +Deprecations +------------ + +- The API ``repoze.bfg.testing.registerViewPermission`` has been + deprecated. + +Backwards Incompatibilities +--------------------------- - The interfaces ``IPOSTRequest``, ``IGETRequest``, ``IPUTRequest``, ``IDELETERequest``, and ``IHEADRequest`` have been removed from the @@ -889,22 +908,6 @@ Documentation attached to the request object, BFG now uses a "view predicate" to determine the request type. -- The function named ``named_request_factories`` and the data - structure named ``DEFAULT_REQUEST_FACTORIES`` have been removed from - the ``repoze.bfg.request`` module. These were never APIs. - -- The ``IViewPermissionFactory`` interface has been removed. This was - never an API. - -Deprecations ------------- - -- The API ``repoze.bfg.testing.registerViewPermission`` has been - deprecated. - -Backwards Incompatibilities ---------------------------- - - Views registered without the help of the ZCML ``view`` directive are now responsible for performing their own authorization checking. -- cgit v1.2.3