summaryrefslogtreecommitdiffstats
path: root/docs
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 /docs
parent25087d3f2d321b63e46d59e5076df899bfcdf518 (diff)
downloaddeluge-957cd5dd9c82ddc75d3bb5626057cbee7b059c2c.tar.gz
deluge-957cd5dd9c82ddc75d3bb5626057cbee7b059c2c.tar.bz2
deluge-957cd5dd9c82ddc75d3bb5626057cbee7b059c2c.zip
[Core] Fix SimpleNamespace on Python2
Diffstat (limited to 'docs')
-rw-r--r--docs/source/releases/2.0.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/releases/2.0.md b/docs/source/releases/2.0.md
index 8f196c654..72d8c8efc 100644
--- a/docs/source/releases/2.0.md
+++ b/docs/source/releases/2.0.md
@@ -6,7 +6,7 @@ Welcome to the latest release of Deluge, a long time in the making!
Some of the highlights since the last major release.
-- Migrated to Python 3.
+- Migrated to Python 3 with minimal support retained for Python 2.7.
- Shiny new logo.
- Multi-user support.
- Performance updates to handle thousands of torrents with faster loading times.