diff options
| author | Chris McDonough <chrism@plope.com> | 2010-10-26 02:10:44 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-10-26 02:10:44 -0400 |
| commit | 588733edcebc7fed42616deec2ddc5fa0da2196e (patch) | |
| tree | 60f929f04c46342dcbc58e381d394ccb3cede4e9 /CHANGES.txt | |
| parent | e7fe1a54587b919acc928305a4a31fe73446d71a (diff) | |
| download | pyramid-588733edcebc7fed42616deec2ddc5fa0da2196e.tar.gz pyramid-588733edcebc7fed42616deec2ddc5fa0da2196e.tar.bz2 pyramid-588733edcebc7fed42616deec2ddc5fa0da2196e.zip | |
wording
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 8070a3d62..eca2c7757 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -28,18 +28,18 @@ Documentation (delta from BFG 1.3) 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 ``pyramid.testing.registerViewPermission`` + has been removed. + +- The deprecated API named ``pyramid.testing.registerRoutesMapper`` + has been removed. + - The deprecated API named ``pyramid.request.get_request`` was removed. - The deprecated API named ``pyramid.security.Unauthorized`` was |
