We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b265b commit 97f2d8eCopy full SHA for 97f2d8e
CHANGELOG.rst
@@ -10,6 +10,12 @@ Features:
10
provide compatibility with ``falcon.testing`` (:pr:`477`).
11
Thanks :user:`suola` for the PR.
12
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`)
19
20
6.0.0b8 (2020-02-16)
21
********************
0 commit comments