Skip to content

Commit 8ab7ce4

Browse files
Merge branch 'release/4.1.0'
2 parents 45cbe80 + 8470995 commit 8ab7ce4

File tree

11 files changed

+432
-111
lines changed

11 files changed

+432
-111
lines changed

ACKNOWLEDGEMENTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ Code Contributors
5050
- Timon Wong/NHNCN (@timonwong)
5151
- Jeremy Dunck (@jdunck)
5252
- Benjamin ABEL (@benjaminabel)
53+
- Dan Baragan (@danbaragan)
54+
- Rob Cowie (@robcowie)
5355

5456
Documenters
5557
===================

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Changelog
2+
=========
3+
4+
### 4.0.0
5+
- Removed all external dependencies
6+
7+
### 4.1.0
8+
- Started keeping a log of all changes between releases
9+
- Added the isort logo to the command line interface
10+
- Added example usage gif to README
11+
- Implemented issue #292: skip setting now supports glob patterns
12+
- Implemented issue #271: Add option to sort imports purely alphabetically
13+
- Implemented issue #301: Readme is now natively in RST format, making it easier for Python tooling to pick up
14+
- Implemented pylama isort extension
15+
- Fixed issue #260: # encoding lines at the top of the file are now correctly supported
16+
- Fixed issue #284: Sticky comments above first import are now supported
17+
- Fixed issue #310: Ensure comments don't get duplicated when reformatting imports
18+
- Fixed issue #289: Sections order not being respected
19+
- Fixed issue #296: Made it more clear how to set arguments more then once

0 commit comments

Comments
 (0)