From 5c4b40b219683f258a0609af1ff04bffae2badc7 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 18 Sep 2023 09:00:41 -0300 Subject: [PATCH] Improve changelog --- changelog/11447.improvement.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/11447.improvement.rst b/changelog/11447.improvement.rst index 3c5b14c3c..96be8dffe 100644 --- a/changelog/11447.improvement.rst +++ b/changelog/11447.improvement.rst @@ -1 +1 @@ -Added ``FutureWarning`` to ``deprecated_call``. +:func:`pytest.deprecated_call` now also considers warnings of type :class:`FutureWarning`.