diff options
| author | Chris McDonough <chrism@plope.com> | 2010-10-25 21:08:04 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-10-25 21:08:04 -0400 |
| commit | c81aada6ac64c67d1ee5cb57f9795d8c8e10de3d (patch) | |
| tree | 6456acffe87cca165079fde26aff84316182da02 /CHANGES.txt | |
| parent | edd91578808d808646ca583dbd091220b5b7cb28 (diff) | |
| download | pyramid-c81aada6ac64c67d1ee5cb57f9795d8c8e10de3d.tar.gz pyramid-c81aada6ac64c67d1ee5cb57f9795d8c8e10de3d.tar.bz2 pyramid-c81aada6ac64c67d1ee5cb57f9795d8c8e10de3d.zip | |
docs and deprecations
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 242e4bfe8..5fa214281 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,8 +1,8 @@ Next release ============ -Backwards Incompatibilities ---------------------------- +Backwards Incompatibilities (with BFG 1.3.X) +-------------------------------------------- - The ``pyramid.testing.registerRoutesMapper`` API (deprecated in BFG 1.2) has been removed. @@ -10,3 +10,22 @@ Backwards Incompatibilities - 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. + |
