From f2b6e221b5259c1fe4b53f21d434f438ecfff4af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Wed, 12 Jun 2024 08:36:11 +0200 Subject: [PATCH] Release notes for 2.2.1 (#231) --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 68bee65..9c02e3b 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,12 @@ w3lib release notes =================== +2.2.1 (2024-06-12) +------------------ + +- :func:`~w3lib.url.canonicalize_url` no longer applies lowercase to the + userinfo URL component. (#229, #230) + 2.2.0 (2024-06-05) ------------------