summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2017-06-03 18:53:47 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2017-06-03 18:53:47 -0700
commitef1a91dc9e3c4e9e8cdc8cde60167880d2e131cb (patch)
treea22bdbc85b88bac287cde2f3b52b96348a2b2951 /CHANGELOG.md
parentb27a8425d96576a7b7bb19b20bf0ddc63d983e80 (diff)
downloadisort-ef1a91dc9e3c4e9e8cdc8cde60167880d2e131cb.tar.gz
Specify desired change
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 76164afd..76f8fab2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
Changelog
=========
+### 4.3.0 - In progress
+- Fixed #559: Added `this` to known standard library
+- Breaking changes
+ - Python 2.7+ only (dropped 2.6) allowing various code simplifications and improvements.
+
### 4.2.13 - 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 #553: Check only and --diff now work together again