Skip to content

Commit b57203f

Browse files
committed
Release v1.2.0
Add collapse_blank_lines_in_category option to control blank line behavior within import categories.
1 parent 628a028 commit b57203f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

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

0 commit comments

Comments
 (0)