summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Edmund Crosley <timothy.crosley@gmail.com>2019-03-11 21:22:42 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2019-03-24 18:21:13 -0700
commit571fed2a4bf42b09526af5f1242fa727416505c1 (patch)
treed798ad938881ec711dcadcb206d27e23a6f717cf
parent36b6b24afbf058f108e518ee1e7ded3f933d3b2e (diff)
downloadisort-571fed2a4bf42b09526af5f1242fa727416505c1.tar.gz
Merge pull request #900 from timothycrosley/feature/fix-issue-778
Fix issue #778, deprecating Python3.4 support - starting with removal…
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5d9371bd..0f4a00cc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,7 +14,8 @@ Planned:
- profile support for common project types (black, django, google, etc)
### 4.3.16 - March 23, 2019 - hot fix release
-- Fixed issue #909 - skip and skip-glob are not enforced when using settings-path
+- Fixed issue #909 - skip and skip-glob are not enforced when using settings-path.
+- Fixed issue #778 - remove `user` from known standard library as it's no longer in any supported Python version.
### 4.3.15 - March 10, 2019 - hot fix release
- Fixed a regression with handling streaming input from pipes (Issue #895)