summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
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.