From 6c8f9ce756982c449cf26b28f994bdbf8d69359c Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Tue, 28 Jun 2022 19:08:15 +0100 Subject: [PATCH] Release 2.1.0 --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04e6bfd0e..8f7d29ea6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,14 @@ # Changelog -## 2.1.0 (WIP) +## 2.1.0 (2022-06-28) + +### Breaking changes + +- Python 2 support removed (Python >= 3.6) +- libtorrent minimum requirement increased (>= 1.2). ### Core -- Drop Python 2 support for Python 3 only. -- Set libtorrent minimum required version to 1.2. - Add support for SVG tracker icons. - Fix tracker icon error handling. - Fix cleaning-up tracker icon temp files.