From 5b6fe5284deb6f3a3807eb9b66e62fe5bd0f362e Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Mon, 25 Feb 2019 11:32:51 -0800 Subject: Update changelog --- CHANGELOG.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'CHANGELOG.md') 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. -- cgit v1.2.1