summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-11-02 02:31:31 +0000
committerChris McDonough <chrism@agendaless.com>2009-11-02 02:31:31 +0000
commita53cbfbb503010d34c9c02fdaf6eccc56361c7a2 (patch)
tree357e420ac0d4ad95183547eca228070a149eef99 /CHANGES.txt
parentc32dd3a6664d4112d6e706809cbbbc0b8128a152 (diff)
downloadpyramid-a53cbfbb503010d34c9c02fdaf6eccc56361c7a2.tar.gz
pyramid-a53cbfbb503010d34c9c02fdaf6eccc56361c7a2.tar.bz2
pyramid-a53cbfbb503010d34c9c02fdaf6eccc56361c7a2.zip
- "What's New in ``repoze.bfg`` 1.1" document added to narrative
documentation. - Minor typo fixes.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt39
1 files changed, 21 insertions, 18 deletions
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 ``<route>`` 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.