summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c4897660b..f5d9eca37 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -161,6 +161,14 @@ Bug Fixes
- The ``bfg_alchemy`` Paster template named "repoze.tm" in its
pipeline rather than "repoze.tm2", causing the startup to fail.
+- Move BBB logic for registering an
+ IAuthenticationPolicy/IForbiddenView/INotFoundView based on older
+ concepts from the router module's ``make_app`` function into the
+ ``repoze.bfg.zcml.zcml_configure`` callable, to service
+ compatibility with scripts that use "zope.configuration.xmlconfig"
+ (replace with ``repoze.bfg.zml.zcml_configure`` as necessary to get
+ BBB logic)
+
Documentation
-------------