From 47fc9b25679b5f81c6806013ee3fdf56fc5beaf0 Mon Sep 17 00:00:00 2001 From: chrysn Date: Mon, 24 Jun 2024 20:45:14 +0200 Subject: [PATCH] Update NEWS file --- NEWS.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.rst b/NEWS.rst index e3a1e1f2..5e187f15 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -17,6 +17,7 @@ Deprecations Minor fixes ~~~~~~~~~~~ +* Many indenting and quoting changes due to the switch to enforced ruff lints and formatting. * Various broken, missing and duplicate references fixed in the documentation. * Doctest failure in 0.4.9 _repr_html_ was fixed.