summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTimothy Crosley <tcrosley@domaintools.com>2017-06-06 23:55:48 -0700
committerTimothy Crosley <tcrosley@domaintools.com>2017-06-06 23:55:48 -0700
commitd65d97e83e327e6cf0d0ea62ef005140d74b9a15 (patch)
tree6e83744bb26d0333dcc9348ef970a881a35052fb /CHANGELOG.md
parent546ffbf46cf0f1f2c202b6da442832258d7a6ec4 (diff)
parenta88e2a6e5d37f47063a9fb0f32db45a96b22979c (diff)
downloadisort-d65d97e83e327e6cf0d0ea62ef005140d74b9a15.tar.gz
Merge in latest
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 41e38c7f..0080a429 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,8 +5,11 @@ Changelog
- Breaking changes
- Python 2.7+ only (dropped 2.6) allowing various code simplifications and improvements.
-### 4.2.14 - June 2, 2017 - hotfix release
+### 4.2.15 - June 6, 2017 - hotfix release
IMPORTANT NOTE: This will be the last release with Python 2.6 support, subsequent releases will be 2.7+ only
+- Fixed certain one line imports not being successfully wrapped
+
+### 4.2.14 - June 5, 2017 - hotfix release
- Fixed #559 & #565: Added missing standard library imports
### 4.2.13 - June 2, 2017 - hotfix release