summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2017-06-08 18:41:52 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2017-06-08 18:41:52 -0700
commitbd93388e73cf09fb272dd40a53e118f055760dbe (patch)
treebd72bd3ae0e607499a5af648576d9058be659d36
parent2e90f65180193b3c4cd96b2d5aea6eccfbe08eba (diff)
downloadisort-feature/fix-issue-571.tar.gz
Specify desired changefeature/fix-issue-571
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ee8501fc..d906dbb4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@ Changelog
=========
### 4.3.0 - In progress
- Fixed #557: `force_alphabetical_sort` and `force_sort_within_sections` can now be utilized together without extra new lines
+- Fixed #571: Pylint comments get mangled
- Implemented `--version-number` to retrieve just the version number without the isort logo
- Breaking changes
- Python 2.7+ only (dropped 2.6) allowing various code simplifications and improvements.