From 4dd55a50a7ed559748661f369313030773d13e75 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 19 Nov 2009 01:37:02 +0000 Subject: Get rid of get_options. Shuffle Configurator around so that not passing a registry makes a default one. --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES.txt') 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 -------------------------- -- cgit v1.2.3