summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-10-23 21:00:09 +0000
committerChris McDonough <chrism@agendaless.com>2009-10-23 21:00:09 +0000
commit85b19518f409f7ce78d2cd4c5c18cd705ba8489e (patch)
treeb4f689c1ec91089a941c8d3dcbec69e157655314 /CHANGES.txt
parent839ea015f9bc8c8096107e700a42bb872e9dc0c8 (diff)
downloadpyramid-85b19518f409f7ce78d2cd4c5c18cd705ba8489e.tar.gz
pyramid-85b19518f409f7ce78d2cd4c5c18cd705ba8489e.tar.bz2
pyramid-85b19518f409f7ce78d2cd4c5c18cd705ba8489e.zip
Remove 'Respond' exception (its addition would be purely speculative: we solved the reissue_time authentication policy issue a different way).
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 0f6818e3c..98ec6d08f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -14,12 +14,6 @@ Features
registration of "settings" values obtained via
``repoze.bfg.settings.get_settings()`` for use in unit tests.
-- A new exception exists: ``repoze.bfg.exceptions.Respond``. This
- exception can be raised during view execution return a response.
- This is effectively a goto, useable by code that has no capability
- to otherwise return a response. It is documented in the
- ``repoze.bfg.exceptions`` API documentation.
-
- The name ``root`` is available as an attribute of the request
slightly earlier now (before a NewRequest event is emitted).
``root`` is the result of the application "root factory".
@@ -33,11 +27,6 @@ Features
Bug Fixes
---------
-- Re-issue authentication ticket if the cookie has expired when using
- ``repoze.bfg.security.remember`` when the
- ``authtktauthenticationpolicy`` authentication policy is in effect.
- (Patch from Andreas Zeidler).
-
- Fix bug encountered during "scan" (when ``<scan ..>`` directive is
used in ZCML) introduced in 1.1a7. Symptom: ``AttributeError:
object has no attribute __provides__`` raised at startup time.