summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 6ba72fc06..44f948180 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -30,13 +30,13 @@ Features
- An configuration introspection system was added; see the narrative
documentation chapter entitled "Pyramid Configuration Introspection" for
- more information.
-
-- New APIs: ``pyramid.registry.Introspectable``,
+ more information. New APIs: ``pyramid.registry.Introspectable``,
``pyramid.config.Configurator.introspector``,
``pyramid.config.Configurator.introspectable``,
- ``pyramid.registry.Registry.introspector``. See API docs of related
- modules for more info.
+ ``pyramid.registry.Registry.introspector``.
+
+- Allow extra keyword arguments to be passed to the
+ ``pyramid.config.Configurator.action`` method.
Bug Fixes
---------