summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2016-04-21 21:46:10 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2016-04-21 21:46:10 -0700
commitf6597673dc5d3ae75e8e7326e5a0af8f37e3cd22 (patch)
tree23838b36cc779d0eaf6512dbfda8960df7efb41f
parent789a70a77191598ead0a007df1644da8ed467e15 (diff)
downloadisort-feature/fix-issue-423.tar.gz
Add desired change to changelogfeature/fix-issue-423
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 19d608f1..efc9d36d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -60,4 +60,5 @@ Changelog
- Fixed an issue that caused modules to inccorectly be matched as thirdparty when they simply had `src` in the leading path, even if they weren't withing $VIRTUALENV/src #414
### 4.2.6
+- Added --enforce-whitespace option to go along with --check-only for more exact checks (issue #423)
- Fixed imports with a tailing '\' and no space in-between getting removed (issue #425)