summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-02-25 11:32:51 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2019-02-25 11:32:51 -0800
commit5b6fe5284deb6f3a3807eb9b66e62fe5bd0f362e (patch)
treeaa5ba08b52d216a1c48dd949a0c1b7349d8d9831 /CHANGELOG.md
parent554435b5fbfaa689c3cd65c76fcbe43a6d0a7825 (diff)
downloadisort-5b6fe5284deb6f3a3807eb9b66e62fe5bd0f362e.tar.gz
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d23813a..e72551a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,17 @@
Changelog
=========
-### 4.4.0 UNRELEASED
-- **Breaking changes:**
- - isort now requires Python 3.4+ to run but continues to support formating
+### 5.0.0 UNRELEASED
+**Breaking changes:**
+ - isort now requires Python 3.4+ to run but continues to support formatting
Python 2 code.
+Internal:
+ - isort now utilizes mypy and typing to filter out typing related issues before deployment
+
+Planned:
+ - profile support for common project types (black, django, google, etc)
+
### 4.3.8 - Feburary 25, 2019 - hot fix release
- Fixed a bug that led to the recursive option not always been available from the command line.