Skip to content

Commit ec22190

Browse files
authored
Merge pull request #351 from maggiemoss/main
Update changelog for version 1.1.3
2 parents 628a028 + 7eb453a commit ec22190

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 1.1.3
2+
- Feature release
3+
4 +
4+
5 + - New `collapse_blank_lines_in_category` option to control blank line behavior within import categories (#350)
5+
6 + - Default `true`: collapses blank lines within a category (current behavior)
6+
7 + - Set to `false`: preserves one blank line within a category (pre-1.1.0 behavior)
7+
8+
```shell-session
9+
$ git shortlog -sn v1.1.2...
10+
4 Maggie Moss
11+
```
12+
113
# 1.1.2
214
- Fixes bug that splits one line import statements with comments
315

@@ -6,8 +18,6 @@ $ git shortlog -sn v1.1.1...
618
1 Maggie Moss
719
```
820

9-
10-
1121
# 1.1.1
1222
- Adds new option, preserve_inline_comments, to keep inline comments when consolidating imports (#344)
1323

0 commit comments

Comments
 (0)