summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2017-05-28 11:58:10 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2017-05-28 11:58:10 -0700
commit71feadc2d27be1a85e3a822731b15c5c969e131c (patch)
tree94d53faab3aed5e2e3977c07cb21061ebec200a9 /CHANGELOG.md
parent4cd8208457beae9517a1acce8b9d5cdd3a6c2e5e (diff)
downloadisort-71feadc2d27be1a85e3a822731b15c5c969e131c.tar.gz
Update changelog to mention 2.6 deprecation
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1b3a354b..06a45529 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@ Changelog
=========
### 4.2.8 - In progress
+IMPORTANT NOTE: This will be the last release with Python 2.6 support, subsequent releases will be 2.7+ only
- Fixed issue #299: long lines occasionally not wrapped
- Fixed issue #432: No longer add import inside class when class starts at top of file after encoding comment
- Fixed issue #440: Added missing `--use-parentheses` option to command line tool and documentation