summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-09-09 14:19:18 -0400
committerChris McDonough <chrism@plope.com>2012-09-09 14:19:18 -0400
commit94a6f356e87829fb96ddbb7aa293f8446de7bf52 (patch)
tree141dfac095f78f5aaeaeede8a530e328ec395e1d /CHANGES.txt
parent5eb3635839de5338da1cdec6d24b8b57939b45df (diff)
downloadpyramid-94a6f356e87829fb96ddbb7aa293f8446de7bf52.tar.gz
pyramid-94a6f356e87829fb96ddbb7aa293f8446de7bf52.tar.bz2
pyramid-94a6f356e87829fb96ddbb7aa293f8446de7bf52.zip
- 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.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
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
------------