summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
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