summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 67cac4b2b..4be846ece 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -38,6 +38,11 @@ Features
- Allow extra keyword arguments to be passed to the
``pyramid.config.Configurator.action`` method.
+- New APIs: ``pyramid.path.AssetResolver`` and
+ ``pyramid.path.DottedNameResolver``. The former can be used to resolve
+ asset specifications, the latter can be used to resolve dotted names to
+ modules or packages.
+
Bug Fixes
---------