diff options
author | Calum Lind <calumlind+deluge@gmail.com> | 2019-06-08 18:23:09 +0200 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2019-06-08 22:31:49 +0200 |
commit | 957cd5dd9c82ddc75d3bb5626057cbee7b059c2c (patch) | |
tree | fdbf0663b4ed92552d7d67c018bc831aee958082 /CHANGELOG.md | |
parent | [Docs] Add release notes and update pages (diff) | |
download | deluge-957cd5dd9c82ddc75d3bb5626057cbee7b059c2c.tar.xz deluge-957cd5dd9c82ddc75d3bb5626057cbee7b059c2c.zip |
[Core] Fix SimpleNamespace on Python2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
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) |