From 7d109d6522353bf5f5f3ca4f29bc2b27542f2ef2 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 4 Dec 2011 17:01:04 -0500 Subject: allow config.action to take arbitrary kw args --- CHANGES.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'CHANGES.txt') 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 --------- -- cgit v1.2.3