From b78a899133e1d716f6064180ed6e63bbf758f98a Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Thu, 14 Mar 2024 14:57:25 +0500 Subject: [PATCH] Release notes for 1.9.0. --- NEWS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NEWS b/NEWS index a80a74b..912f44e 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,18 @@ History ------- +1.9.0 (YYYY-MM-DD) +~~~~~~~~~~~~~~~~~~ + +* Now requires ``cssselect >= 1.2.0`` (this minimum version was required since + 1.8.0 but that wasn't properly recorded) +* Removed support for Python 3.7 +* Added support for Python 3.12 and PyPy 3.10 +* Fixed an exception when calling ``__str__`` or `__repr__`` on some JSON + selectors +* Code formatted with ``black`` +* CI fixes and improvements + 1.8.1 (2023-04-18) ~~~~~~~~~~~~~~~~~~