summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2019-06-08 17:23:09 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2019-06-08 21:31:49 +0100
commit957cd5dd9c82ddc75d3bb5626057cbee7b059c2c (patch)
treefdbf0663b4ed92552d7d67c018bc831aee958082 /CHANGELOG.md
parent25087d3f2d321b63e46d59e5076df899bfcdf518 (diff)
downloaddeluge-957cd5dd9c82ddc75d3bb5626057cbee7b059c2c.tar.gz
deluge-957cd5dd9c82ddc75d3bb5626057cbee7b059c2c.tar.bz2
deluge-957cd5dd9c82ddc75d3bb5626057cbee7b059c2c.zip
[Core] Fix SimpleNamespace on Python2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5941b1441..d08c04e9a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,15 @@
# Changelog
+## 2.0.2 (WiP)
+
+### Core
+
+- Fix Python 2 compatiblity issue with SimpleNamespace.
+
## 2.0.1 (2019-06-07)
+### Packaging
+
- Fix setup.py build error without git installed.
## 2.0.0 (2019-06-06)