blob: cf40de0e6d1b23fc1032cc3540a045e01650eee4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
Next release
============
Features (delta from BFG 1.3.X)
-------------------------------
- Add ``pyramid.httpexceptions`` module, which is a facade for the
``webob.exc`` module.
Documentation (delta from BFG 1.3)
-----------------------------------
- Added a ``pyramid.httpexceptions`` API documentation chapter.
Backwards Incompatibilities (with BFG 1.3.X)
--------------------------------------------
- The ``pyramid.testing.registerRoutesMapper`` API (deprecated in BFG
1.2) has been removed.
- The ``pyramid.testing.registerViewPermission`` API (deprecated in
BFG 1.1) has been removed.
- There is no longer an ``IDebugLogger`` registered as a named utility
with the name ``repoze.bfg.debug``.
- The logger which used to have the name of ``repoze.bfg.debug`` now
has the name ``pyramid.debug``.
- The deprecated API named ``pyramid.router.make_app`` (aka
``pyramid.configuration.make_app``) was removed.
- The deprecated API named ``pyramid.request.get_request`` was removed.
- The deprecated API named ``pyramid.security.Unauthorized`` was
removed.
- The deprecated API named ``pyramid.view.view_execution_permitted``
was removed.
- The deprecated API named ``pyramid.view.NotFound`` was removed.
|