Skip to content

Commit 63be9c4

Browse files
NEWS
1 parent b02779a commit 63be9c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717

1818
* `spaces_inside_linter()` allows terminal missing keyword arguments (e.g. `alist(arg = )`; #540, @MichaelChirico)
1919

20+
* `brace_linter()` allows empty braced expression on the same line (e.g. `while (updating_condition()) { }`)
21+
regardless of `allow_single_line` to match the corresponding behavior in {styler}. This is an expedient while
22+
the style guide on handling this case awaits clarification: https://github.com/tidyverse/style/issues/191.
23+
(#1346, @MichaelChirico)
24+
2025
## New and improved features
2126

2227
* New `get_r_string()` helper to get the R-equivalent value of a string, especially useful for R-4-style raw strings.

0 commit comments

Comments
 (0)