summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2017-06-03 23:00:25 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2017-06-03 23:00:25 -0700
commitcca333c277e633e5be8f4f2134a8517eb87bd67a (patch)
tree22e5fef17989d18b6dbb67cb64a9ebef30d4c3ab /CHANGELOG.md
parentaf09fefaf1c295a9d8d30754b25da2dc3dd08d25 (diff)
downloadisort-cca333c277e633e5be8f4f2134a8517eb87bd67a.tar.gz
Record change
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 76f8fab2..747c03bd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@ 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.