summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTimothy Edmund Crosley <timothy.crosley@gmail.com>2019-03-11 21:22:42 -0700
committerGitHub <noreply@github.com>2019-03-11 21:22:42 -0700
commitf76f312abc804fc6bbd2dddf76a11581dda4cb32 (patch)
tree756787be97cf663a462e2154391f4158838c6561 /CHANGELOG.md
parent1bf5d5861aca01e70389cbf87b65eccdd023b8c5 (diff)
parent68abdef03f67e1ea01c399b544dc7ba41d280ba4 (diff)
downloadisort-f76f312abc804fc6bbd2dddf76a11581dda4cb32.tar.gz
Merge pull request #900 from timothycrosley/feature/fix-issue-778
Fix issue #778, deprecating Python3.4 support - starting with removal…
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