From 31337aba02a7698a87a6792eacf887fceff08af2 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Sun, 21 Jul 2024 12:44:23 +0300 Subject: [PATCH] Merge pull request #12640 from pytest-dev/update-user doc/changelog: update user tag (cherry picked from commit c03989cee87a0c24ea61f2e322bea71433ee3ff4) --- doc/en/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/en/changelog.rst b/doc/en/changelog.rst index f6aefbd3b13..083d30abf86 100644 --- a/doc/en/changelog.rst +++ b/doc/en/changelog.rst @@ -55,6 +55,8 @@ New features This change detaches xfail tracebacks from `-rx`, and now we turn on xfail tracebacks with `--xfail-tb`. With this, the default `-rx`/ `-ra` behavior is identical to pre-8.0 with respect to xfail tracebacks. While this is a behavior change, it brings default behavior back to pre-8.0.0 behavior, which ultimately was considered the better course of action. + -- by :user:`okken` + - `#12281 `_: Added support for keyword matching in marker expressions.