summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-12-04 17:01:04 -0500
committerChris McDonough <chrism@plope.com>2011-12-04 17:01:04 -0500
commit7d109d6522353bf5f5f3ca4f29bc2b27542f2ef2 (patch)
tree8832cb859529825f64c177d93f9de937c9a0aaf4 /CHANGES.txt
parentd2ed7edee5991a795597a4d8e14a7bcf84113748 (diff)
downloadpyramid-7d109d6522353bf5f5f3ca4f29bc2b27542f2ef2.tar.gz
pyramid-7d109d6522353bf5f5f3ca4f29bc2b27542f2ef2.tar.bz2
pyramid-7d109d6522353bf5f5f3ca4f29bc2b27542f2ef2.zip
allow config.action to take arbitrary kw args
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
---------