From 94a6f356e87829fb96ddbb7aa293f8446de7bf52 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 9 Sep 2012 14:19:18 -0400 Subject: - The ``pyramid.configuration`` module was removed. It had been deprecated since Pyramid 1.0 and printed a deprecation warning upon its use. Use ``pyramid.config`` instead. --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index bbe723476..b93a02193 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -183,6 +183,10 @@ Backwards Incompatibilities ``pyramid.renderers.render()`` or ``pyramid.renderers.render_to_response`` respectively instead of these functions. +- The ``pyramid.configuration`` module was removed. It had been deprecated + since Pyramid 1.0 and printed a deprecation warning upon its use. Use + ``pyramid.config`` instead. + Dependencies ------------ -- cgit v1.2.3