summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTimothy Edmund Crosley <timothy.crosley@gmail.com>2017-10-30 00:30:35 -0700
committerGitHub <noreply@github.com>2017-10-30 00:30:35 -0700
commit08ef3a184429cb5a57a740c473ce0871816890b4 (patch)
treee2ded6410c1ae4248c2d15e735ff5fd0b4456ee0 /CHANGELOG.md
parent1df4e882e72ceda57595df785f2a5561553559f9 (diff)
downloadisort-08ef3a184429cb5a57a740c473ce0871816890b4.tar.gz
Update CHANGELOG.md
Update to include all the latest changes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ee8501fc..94189b3a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,9 @@ 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
+- Fix case-sensitive path existence check in Mac OS X
+- Added `--no-lines-before` for more granular control over section output
+- Fixed #493: Unwanted conversion to Windows line endings
- 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.