summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index f135abeb8..a52d54298 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -163,8 +163,8 @@ Backwards Incompatibilities (with BFG 1.3.X)
``pyramid.authentication.AuthTktAuthenticationPolicy`` constructor now
defaults to ``auth_tkt`` (it used to default to ``repoze.bfg.auth_tkt``).
-- All preexisting paster templates now use "imperative" configuration
- (``starter``, ``routesalchemy``, ``alchemy``, and ``zodb``).
+- All preexisting paster templates (except ``zodb``) now use "imperative"
+ configuration (``starter``, ``routesalchemy``, ``alchemy``).
- A new paster template named ``pyramid_starter_zcml`` exists, which uses
declarative configuration.