From 1add63836199fcc4b076d4be1d9b37f87531c79c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 4 Mar 2009 23:51:50 +0000 Subject: - Add explicit dependencies on ``zope.deferredimport`` and ``zope.deprecation`` for forward compatibility reasons (``zope.component`` will stop relying on ``zope.deferredimport`` soon and although we use it directly, it's only a transitive dependency, and ''zope.deprecation`` is used even though it's only a transitive dependency as well). --- CHANGES.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 283567f22..7a78fdf39 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,13 @@ Next release ============ +- Add explicit dependencies on ``zope.deferredimport`` and + ``zope.deprecation`` for forward compatibility reasons + (``zope.component`` will stop relying on ``zope.deferredimport`` + soon and although we use it directly, it's only a transitive + dependency, and ''zope.deprecation`` is used even though it's only a + transitive dependency as well). + - Using ``model_url`` or ``model_path`` against a broken model graph (one with models that had a non-root model with a ``__name__`` of ``None``) caused an inscrutable error to be thrown: ( if not -- cgit v1.2.3