From 5f5a7e164f29fa9eb874a153dfbd8c19f4d9117a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 22 Aug 2011 03:35:58 -0400 Subject: - Move the ``Settings`` class from ``pyramid.settings`` to ``pyramid.config.settings``. --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 0a015aa0a..f623ccbc3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -131,6 +131,9 @@ Internal - Moved the ``StaticURLInfo`` class from ``pyramid.static`` to ``pyramid.config.views``. +- Move the ``Settings`` class from ``pyramid.settings`` to + ``pyramid.config.settings``. + Deprecations ------------ -- cgit v1.2.3