From 947bc26bb50506ad7b66fa16c4aab2c9fcb1fcc0 Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Mon, 3 Jun 2024 15:14:58 +0500 Subject: [PATCH] Release notes for 2.2.0. --- NEWS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/NEWS b/NEWS index 3846a42..d5b6931 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,26 @@ w3lib release notes =================== +2.2.0 (YYYY-MM-DD) +------------------ + +- Dropped Python 3.7 support (#214). + +- Added Python 3.12 and PyPy 3.10 support (#218). + +- Added the description to the package metadata (#227). + +- Improved type hints (#226). + +- Added ``.readthedocs.yml`` (#219). + +- Updated the intersphinx URLs (#224). + +- Added the ``pre-commit`` configuration, code reformatted with ``black`` + (#220). + +- Updated CI configuration (#217, #227). + 2.1.2 (2023-08-03) ------------------