summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-03-11 21:04:20 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2019-03-11 21:04:20 -0700
commit68abdef03f67e1ea01c399b544dc7ba41d280ba4 (patch)
tree756787be97cf663a462e2154391f4158838c6561 /CHANGELOG.md
parent1bf5d5861aca01e70389cbf87b65eccdd023b8c5 (diff)
downloadisort-feature/fix-issue-778.tar.gz
Fix issue #778, deprecating Python3.4 support - starting with removal of userfeature/fix-issue-778
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 104d450b..c718f994 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,9 +3,10 @@ Changelog
### 5.0.0 UNRELEASED
**Breaking changes:**
- - isort now requires Python 3.4+ to run but continues to support formatting
+ - isort now requires Python 3.5+ to run but continues to support formatting
Python 2 code.
-
+ - isort deprecates official support for Python 3.4, removing modules only in this release from known_standard_library:
+ - user
Internal:
- isort now utilizes mypy and typing to filter out typing related issues before deployment