Skip to content

Commit f81a294

Browse files
better NEWS.
1 parent 30d2cdc commit f81a294

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

NEWS.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,21 @@ This is a maintenance release without any breaking API changes.
88
@jimhester, #324).
99
* Added required minimal version dependency for purr (`>= 0.2.3`) (#338).
1010
* The dependency tibble was optimzed for speed in `v1.4.2` so styler should run
11-
~2x as fast [348](https://github.com/tidyverse/tibble/pull/348). Hence, styler
12-
now depends on `tibble >= 1.4.2`.
11+
~2x as fast [#348](https://github.com/tidyverse/tibble/pull/348). Hence,
12+
styler now depends on `tibble >= 1.4.2`.
1313
* In the dependency `enc`, a bug was fixed that removed/changed non-ASCII
1414
characters. Hence, styler now depends on `enc >= 0.1-10` (#348).
1515

1616
## Minor changes
1717

18-
* Recognizing and respecging of DSL used in R comments: rplumnber (`#*`, #306),
19-
shebang `#/!` (#345), knitr chunk headers for spinning `#+` / `#-`).
18+
* Recognizing and respecging of DSLs used in R comments: rplumnber (`#*`, #306),
19+
shebang `#/!` (#345), knitr chunk headers for spinning `#+` / `#-`, #362).
2020
* Named arguments can stay on the first line if call is multi-line (#318).
21-
* various bug fixes and edge case improvements.
2221
* No space anymore with `tidyverse_style()` after `!!` since with `rlang 0.2`,
2322
`!!` now binds tighter (#322).
2423
* Spacing around `~` (#316).
2524
* No space anymore around `^` with `tidyverse_style()` (#308).
26-
* Various bug fixes.
25+
* Various bug fixes and edge case improvements.
2726

2827
Thanks to all contributors for patches, issues and the like:
2928
@devSJR, @klrmlr, @yutannihilation, @samhinshaw, @martin-mfg, @jjramsey,

0 commit comments

Comments
 (0)