summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2022-06-28 19:08:15 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2022-06-28 19:52:35 +0100
commit20efcfd34583a999e16463c300705c9a5b669f9d (patch)
treedf1193567430c6939a077b7f3930c7728168bf60 /CHANGELOG.md
parent19dba297ef46fbc6053b5120940be2354e01c380 (diff)
downloaddeluge-20efcfd34583a999e16463c300705c9a5b669f9d.tar.gz
deluge-20efcfd34583a999e16463c300705c9a5b669f9d.tar.bz2
deluge-20efcfd34583a999e16463c300705c9a5b669f9d.zip
Release 2.1.0deluge-2.1.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files 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.