summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2017-06-05 23:16:49 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2017-06-05 23:16:49 -0700
commit546ffbf46cf0f1f2c202b6da442832258d7a6ec4 (patch)
tree37a111e81e66ecd7956aed9fad87481a9ac76288 /CHANGELOG.md
parent8e2f7129479ab0dce4f2702b2e4335743c1a4c8b (diff)
parent2388e775c775f7d89cccb1523d4ba9edf87d24c3 (diff)
downloadisort-546ffbf46cf0f1f2c202b6da442832258d7a6ec4.tar.gz
Merge latest
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 747c03bd..41e38c7f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +1,15 @@
Changelog
=========
### 4.3.0 - In progress
-- Fixed #559: Added `this` to known standard library
- Fixed #557: `force_alphabetical_sort` and `force_sort_within_sections` can now be utilized together without extra new lines
- Breaking changes
- Python 2.7+ only (dropped 2.6) allowing various code simplifications and improvements.
-### 4.2.13 - June 2, 2017 - hotfix release
+### 4.2.14 - June 2, 2017 - hotfix release
IMPORTANT NOTE: This will be the last release with Python 2.6 support, subsequent releases will be 2.7+ only
+- Fixed #559 & #565: Added missing standard library imports
+
+### 4.2.13 - June 2, 2017 - hotfix release
- Fixed #553: Check only and --diff now work together again
### 4.2.12 - June 1, 2017 - hotfix release