summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2015-08-29 19:11:01 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2015-08-29 19:11:01 -0700
commit99c4aa9a9d79d375a3a41c5496655d4a3781f2f8 (patch)
treec71e7d2bef23bc6de57a719d2b1cf3ed41947013
parent0dfc9386599806d25a6f3c44078434842936e3d3 (diff)
downloadisort-feature/fix-issue-312/crash-on-simple-file.tar.gz
-rw-r--r--CHANGELOG.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1deecd66..b449afce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,8 +5,12 @@ Changelog
- Removed all external dependencies
### 4.1.0
-- Removed all external dependencies
-- Improved how isort handles custom import statement
-- Added a command line switch `ca` for combining as imports
-- When specified, force grid wrapping regardless of line length
-- \ No newline at end of file
+- Started keeping a log of all changes between releases
+- Added the isort logo to the command line interface
+- Implemented issue #292: skip setting now supports glob patterns
+- Implemented issue #271: Add option to sort imports purely alphabetically
+- Implemented issue #301: Readme is now natively in RST format, making it easier for Python tooling to pick up
+- Fixed issue #260: # encoding lines at the top of the file are now correctly supported
+- Fixed issue #284: Sticky comments above first import are now supported
+- Fixed issue #310: Ensure comments don't get duplicated when reformatting imports
+- Fixed issue #289: Sections order not being respected