From b74abe0de69ef43cc416d61fbf3c0619b3314469 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 6 Dec 2011 02:13:12 -0500 Subject: garden --- CHANGES.txt | 6 ++++++ docs/whatsnew-1.3.rst | 7 +++++++ 2 files changed, 13 insertions(+) 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 -------------------------- -- cgit v1.2.3