summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt5
-rw-r--r--docs/whatsnew-1.2.rst2
2 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 9f2dc67ef..b06a972ef 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,6 +8,11 @@ Bug Fixes
when registering routes in certain circumstances. See
https://github.com/Pylons/pyramid/issues/260
+Dependencies
+------------
+
+- The ``zope.configuration`` package is no longer a dependency.
+
1.2a4 (2011-09-02)
==================
diff --git a/docs/whatsnew-1.2.rst b/docs/whatsnew-1.2.rst
index bebc1e0be..ba92e3542 100644
--- a/docs/whatsnew-1.2.rst
+++ b/docs/whatsnew-1.2.rst
@@ -277,3 +277,5 @@ Dependency Changes
- Pyramid now requires Venusian 1.0a1 or better to support the ``onerror``
keyword argument to :meth:`pyramid.config.Configurator.scan`.
+
+- The ``zope.configuration`` package is no longer a dependency.