From 103efb5aae885a70590ad1f3c5807af9da8d1ab7 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 25 Nov 2009 17:54:40 +0000 Subject: - A dependency on the ``repoze.zcml`` package has been removed (its functionality is replaced internally). --- CHANGES.txt | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index c871769d7..ff30b2447 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -126,6 +126,10 @@ Internals - Instead of depending on the ``martian`` package to do code scanning, we now just use our own scanning routines. +- We now no longer have a dependency on ``repoze.zcml`` package; + instead, the ``repoze.bfg`` package includes implementations of the + ``adapter``, ``subscriber`` and ``utility`` directives. + Backwards Incompatibilites -------------------------- @@ -218,6 +222,15 @@ Backwards Incompatibilites add an attribute to your unit test request object named ``registry`` with the result. +- Because the ``repoze.bfg`` package includes implementations of the + ``adapter``, ``subscriber`` and ``utility`` ZCML directives, it is + now an error to have ```` in the ZCML of a ``repoze.bfg`` application. A + ZCML conflict error will be raised if your ZCML does so. This + shouldn't be an issue for "normal" installations; it has always been + the responsibility of the ``repoze.bfg.includes`` ZCML to include + this file in the past; it now just doesn't. + Deprecations ------------ @@ -230,7 +243,10 @@ Deprecations Dependencies ------------ -- The dependency on the ``martian`` package has been removed (its +- A dependency on the ``martian`` package has been removed (its + functionality is replaced internally). + +- A dependency on the ``repoze.zcml`` package has been removed (its functionality is replaced internally). 1.1.1 (2009-11-21) -- cgit v1.2.3