summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-03-04 23:57:58 +0000
committerChris McDonough <chrism@agendaless.com>2009-03-04 23:57:58 +0000
commit59a69068c6acdfc93ef90045d89a52787e33391a (patch)
tree6e8eba8639cb87d970f5a69eae3e48a39909b89e /CHANGES.txt
parent1add63836199fcc4b076d4be1d9b37f87531c79c (diff)
downloadpyramid-59a69068c6acdfc93ef90045d89a52787e33391a.tar.gz
pyramid-59a69068c6acdfc93ef90045d89a52787e33391a.tar.bz2
pyramid-59a69068c6acdfc93ef90045d89a52787e33391a.zip
Add explicit dependency on zope.proxy.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt13
1 files changed, 7 insertions, 6 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 7a78fdf39..2be49e6a0 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,12 +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).
+- Add explicit dependencies on ``zope.deferredimport``,
+ ``zope.deprecation``, and ``zope.proxy`` 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`` and
+ ``zope.proxy`` are used directly even though they're only transitive
+ dependencies 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