summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt6
-rw-r--r--docs/whatsnew-1.3.rst7
2 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 0d2842a60..4e8f0f699 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -92,6 +92,12 @@ Backwards Incompatibilities
- Removed the ``pyramid.renderers.renderer_from_name`` function. It has been
deprecated since Pyramid 1.0, and was never an API.
+- To use ZCML with versions of Pyramid >= 1.3, you will need ``pyramid_zcml``
+ version >= 0.8 and ``zope.configuration`` version >= 3.8.0. The
+ ``pyramid_zcml`` package version 0.8 is backwards compatible all the way to
+ Pyramid 1.0, so you won't be warned if you have older versions installed
+ and upgrade Pyramid "in-place"; it may simply break instead.
+
Dependencies
------------
diff --git a/docs/whatsnew-1.3.rst b/docs/whatsnew-1.3.rst
index b4ec96976..44c55e208 100644
--- a/docs/whatsnew-1.3.rst
+++ b/docs/whatsnew-1.3.rst
@@ -97,6 +97,13 @@ Backwards Incompatibilities
- Removed the ``pyramid.renderers.renderer_from_name`` function. It has been
deprecated since Pyramid 1.0, and was never an API.
+- To use ZCML with versions of Pyramid >= 1.3, you will need ``pyramid_zcml``
+ version >= 0.8 and ``zope.configuration`` version >= 3.8.0. The
+ ``pyramid_zcml`` package version 0.8 is backwards compatible all the way to
+ Pyramid 1.0, so you won't be warned if you have older versions installed
+ and upgrade Pyramid itself "in-place"; it may simply break instead
+ (particularly if you use ZCML's ``includeOverrides`` directive).
+
Documentation Enhancements
--------------------------