diff options
| author | Chris McDonough <chrism@plope.com> | 2011-07-06 14:57:59 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-07-06 14:57:59 -0400 |
| commit | fca1efe07ac46b2817f30299bbebbc2031cce339 (patch) | |
| tree | 0238a6e7d0c4e4cfc561b87103da345dd4cba2ed /CHANGES.txt | |
| parent | c5ab0dd7e83bfedd70bb86a18600b7f36949d62c (diff) | |
| download | pyramid-fca1efe07ac46b2817f30299bbebbc2031cce339.tar.gz pyramid-fca1efe07ac46b2817f30299bbebbc2031cce339.tar.bz2 pyramid-fca1efe07ac46b2817f30299bbebbc2031cce339.zip | |
- The ``config.scan`` method has grown a ``**kw`` argument. ``kw`` argument
represents a set of keyword arguments to pass to the Venusian ``Scanner``
object created by Pyramid. (See the Venusian documentation for more
information about ``Scanner``).
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 0eb02baad..041ff0bb7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,11 @@ Next release Features -------- +- The ``config.scan`` method has grown a ``**kw`` argument. ``kw`` argument + represents a set of keyword arguments to pass to the Venusian ``Scanner`` + object created by Pyramid. (See the Venusian documentation for more + information about ``Scanner``). + - New request attribute: ``json``. If the request's ``content_type`` is ``application/json``, this attribute will contain the JSON-decoded variant of the request body. If the request's ``content_type`` is not |
