summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-04-24 19:38:11 +0200
committerDaniel Hahler <git@thequod.de>2019-04-24 19:39:09 +0200
commit46c90930d0050363f4d548386c2f7b01aec0af8b (patch)
treecec7c06284b29d9151fb1130ec68a3c25adbe7bb
parent8ab1438def87498211c63ac31772bc4ed82a6bce (diff)
downloadisort-46c90930d0050363f4d548386c2f7b01aec0af8b.tar.gz
changelog: fix typo [ci skip]
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4da5cb05..792cde0a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -89,7 +89,7 @@ New:
Fixes:
- Improved black compatibility.
-- Isort will no detect files in the CWD as first-party.
+- Isort will now detect files in the CWD as first-party.
- Fixed several cases where '-ns' or 'not_skip' was being incorrectly ignored.
- Fixed sorting of relative path imports ('.', '..', '...', etc).
- Fixed bugs caused by a failure to maintain order when loading iterables from config files.