summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt15
1 files changed, 11 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 823bc7e38..283ae3db6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -19,13 +19,20 @@ Features
references are allowed (the work to allow dotted names isntead of
object references everywhere has not yet been done, however).
-- The ``repoze.bfg.configuration.Configurator.maybe_dotted`` method
- resolves a Python dotted name string supplied as its ``dotted``
- argument to a global Python object. If the value cannot be
- resolved, a ``repoze.bfg.configuration.ConfigurationError`` is
+- The new ``repoze.bfg.configuration.Configurator.maybe_dotted``
+ method resolves a Python dotted name string supplied as its
+ ``dotted`` argument to a global Python object. If the value cannot
+ be resolved, a ``repoze.bfg.configuration.ConfigurationError`` is
raised. If the value supplied as ``dotted`` is not a string, the
value is returned unconditionally without any resolution attempted.
+- The new
+ ``repoze.bfg.configuration.Configurator.absolute_resource_spec``
+ method resolves a potentially relative "resource specification"
+ string into an absolute version. If the value supplied as
+ ``relative_spec`` is not a string, the value is returned
+ unconditionally without any resolution attempted.
+
Internal
--------