summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-11-19 01:37:02 +0000
committerChris McDonough <chrism@agendaless.com>2009-11-19 01:37:02 +0000
commit4dd55a50a7ed559748661f369313030773d13e75 (patch)
treece8b0df1d5578be18013fd2e98e5c20d13a7e20c /CHANGES.txt
parentd9ab1eb0a241faa046d42a1f66516fe6b9397cae (diff)
downloadpyramid-4dd55a50a7ed559748661f369313030773d13e75.tar.gz
pyramid-4dd55a50a7ed559748661f369313030773d13e75.tar.bz2
pyramid-4dd55a50a7ed559748661f369313030773d13e75.zip
Get rid of get_options.
Shuffle Configurator around so that not passing a registry makes a default one.
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 8d7dfa9da..a60e2aaa0 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -21,6 +21,10 @@ Internals
- The ``repoze.bfg.view.renderer_from_name`` callable has been removed.
+- The ``repoze.bfg.settings.get_options`` callable has been removed.
+ Its job has been subsumed by the ``repoze.bfg.settings.Settings``
+ class constructor.
+
Backwards Incompatibilites
--------------------------