From b3d4f149497d9e1201e3fde10eacce7330f09c9e Mon Sep 17 00:00:00 2001 From: jxramos Date: Sun, 18 Jan 2026 12:38:58 -0800 Subject: [PATCH] Update changelog to state the removal of the `pytest_cmdline_preparse` hook (#14124) (cherry picked from commit eb0061b74e730a9ac38adc591a8f12312300d4bc) --- doc/en/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/en/changelog.rst b/doc/en/changelog.rst index b4e5cee694e..2133c1b33e3 100644 --- a/doc/en/changelog.rst +++ b/doc/en/changelog.rst @@ -2805,6 +2805,7 @@ Breaking Changes - `#8246 `_: ``--version`` now writes version information to ``stdout`` rather than ``stderr``. +- `#8592 `_: The ``pytest_cmdline_preparse`` hook has been removed following its deprecation. See :ref:`the deprecation note ` for more details. - `#8733 `_: Drop a workaround for `pyreadline `__ that made it work with ``--pdb``.