From fd03dceb55d9fd4ca55045e74eef30b44b650645 Mon Sep 17 00:00:00 2001 From: Laudin Alessandro Molina T Date: Thu, 30 Jan 2025 14:04:02 +0100 Subject: [PATCH] update README to list breaking change on 2.3.0 Version 2.3.0 removes `write_title` and changes `dump_stacks`. The change is related to the introduction of Terminal, that is listed in the README, but is not stated the API change. Signed-off-by: Laudin Alessandro Molina T --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 98197e3..04d7c1e 100644 --- a/README.rst +++ b/README.rst @@ -413,6 +413,7 @@ x.y.z directly to ``sys.{stdout,stderr}``. This change also switches all output from ``sys.stderr`` to ``sys.stdout``. Thanks Pedro Algarvio. +- *Breaking change*, remove `write_title` and API change of `dump_stack`. - Pytest 7.0.0 is now the minimum supported version. Thanks Pedro Algarvio. - Add ``--session-timeout`` option and ``session_timeout`` setting. Thanks Brian Okken.