summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Edmund Crosley <timothy.crosley@gmail.com>2019-04-24 23:03:21 -0700
committerGitHub <noreply@github.com>2019-04-24 23:03:21 -0700
commit0b4f5037b306a517222bb59bec26a15a4bc84d3e (patch)
treecec7c06284b29d9151fb1130ec68a3c25adbe7bb
parent8ab1438def87498211c63ac31772bc4ed82a6bce (diff)
parent46c90930d0050363f4d548386c2f7b01aec0af8b (diff)
downloadisort-0b4f5037b306a517222bb59bec26a15a4bc84d3e.tar.gz
Merge pull request #929 from blueyed/fix-typo
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.