summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 1db0f53d9..72baac96e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -33,6 +33,15 @@ Features
incompatibilities, described in the "Backwards
Incompatibilities" section below.
+- We no longer include the ``configure.zcml`` of the ``chameleon.zpt``
+ package within the ``configure.zcml`` of the "repoze.bfg.includes"
+ package. This has been a no-op for some time now.
+
+-The ``repoze.bfg.chameleon_zpt`` package no longer imports from
+ ``chameleon.zpt`` at module scope, deferring the import until later
+ within a method call. The ``chameleon.zpt`` package can't be
+ imported on platforms like GAE.
+
Backwards Incompatibilities
---------------------------