summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2016-04-20 20:06:16 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2016-04-20 20:06:16 -0700
commit789a70a77191598ead0a007df1644da8ed467e15 (patch)
treee4f5056bf725d76f829bd9e65be5753926b0fabd
parente73cced03fead0890772ab23b3619605ef90a30f (diff)
downloadisort-789a70a77191598ead0a007df1644da8ed467e15.tar.gz
Update changelog to include fix for issue #425
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9972e04a..19d608f1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -58,3 +58,6 @@ Changelog
### 4.2.5
- 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
+- Fixed imports with a tailing '\' and no space in-between getting removed (issue #425)