Skip to content

Commit 522e8a9

Browse files
re-format news
1 parent 91580bc commit 522e8a9

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

NEWS.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
11
# styler 1.3.2.9000 (Development)
22

3-
## Major changes
3+
## API Changes
44

5-
- blank lines in function calls and headers are now removed, for the former only
6-
when there are no comments before or after the blank line (#629, #630, #635).
7-
- added an option (`styler.test_dir_writeable`) that changes test behavior
8-
to not directly modify test files in the current directory (#548).
95
- `style_file()` and friends gain argument `dry` to control if changes should
106
be applied to files or not (#634).
7+
8+
- `style_file()` and friends gain argument `base_indention` (defaulting to 0) to
9+
control by how much the output code is indented (#649).
10+
11+
- added an option (`styler.test_dir_writeable`) that changes test behavior
12+
to not directly modify test files in the current directory (#548).
13+
1114
- added an option for disabling all communication when using the package
1215
(`styler.quiet`) (#640).
1316

17+
## Major changes
18+
19+
- blank lines in function calls and headers are now removed, for the former only
20+
when there are no comments before or after the blank line (#629, #630, #635).
21+
1422
## Minor chnages and fixes
1523

1624
- cache is now correctly invalidated when style guide arguments change (#647).

0 commit comments

Comments
 (0)