Skip to content

Commit 97f2d8e

Browse files
committed
Update CHANGELOG
1 parent 52b265b commit 97f2d8e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ Features:
1010
provide compatibility with ``falcon.testing`` (:pr:`477`).
1111
Thanks :user:`suola` for the PR.
1212

13+
* *Backwards-incompatible*: Factorize the ``use_args`` / ``use_kwargs`` branch
14+
in all parsers. When ``as_kwargs`` is ``False``, arguments are now
15+
consistently appended to the arguments list by the ``use_args`` decorator.
16+
Before this change, the ``PyramidParser`` would prepend the argument list on
17+
each call to ``use_args``. Pyramid view functions must reverse the order of
18+
their arguments. (:pr:`478`)
1319

1420
6.0.0b8 (2020-02-16)
1521
********************

0 commit comments

Comments
 (0)