From 061154d55814c29598b80510a932396305a425a9 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 3 Sep 2011 23:08:42 -0400 Subject: add a changelog entry for work done on this branch --- CHANGES.txt | 5 +++++ docs/whatsnew-1.2.rst | 2 ++ 2 files changed, 7 insertions(+) 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. -- cgit v1.2.3