From 65d4e06a50549f97fd83339d64520385e61defae Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sun, 4 Feb 2024 06:02:14 +0000 Subject: [PATCH] Update NEWS --- NEWS.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 3728b8b..9d89d13 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -4,6 +4,19 @@ Changelog unreleased ---------- +2024.02.04 - 2024-02-04 +----------------------- + +* Declare support for Python 3.9, 3.10, 3.11, and 3.12 +* Drop support for Python 3.8 and earlier +* Allow passing relative paths to ``--ignore`` +* Support all valid ``sphinx-build`` options (except Make-mode) +* Fix path issues on Windows +* Differentiate pre-build command failures from Sphinx failures + +2021.03.14 - 2021-03-14 +----------------------- + * Change output handling for subprocesses. * Present helpful error message when the subprocesses fail. * Skip the main sphinx build, if pre-build commands fail.