Skip to content

Commit 2fec320

Browse files
spelling, typos, the like.
1 parent f81a294 commit 2fec320

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

NEWS.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,25 @@
22

33
This is a maintenance release without any breaking API changes.
44

5-
## Major & Dependency related changes
5+
## Major & dependency related changes
66

77
* Removed implicit `dplyr` dependency via `purrr:::map_dfr()` (thanks
88
@jimhester, #324).
99
* Added required minimal version dependency for purr (`>= 0.2.3`) (#338).
10-
* 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,
10+
* The dependency tibble was optimized for speed in `v1.4.2` so styler should run
11+
~2x as fast [(#348)](https://github.com/tidyverse/tibble/pull/348). Hence,
1212
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 DSLs used in R comments: rplumnber (`#*`, #306),
19-
shebang `#/!` (#345), knitr chunk headers for spinning `#+` / `#-`, #362).
18+
* Recognizing and respecting 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).
2121
* No space anymore with `tidyverse_style()` after `!!` since with `rlang 0.2`,
22-
`!!` now binds tighter (#322).
23-
* Spacing around `~` (#316).
24-
* No space anymore around `^` with `tidyverse_style()` (#308).
22+
`!!` now binds tighter (#322), spacing around `~` (#316), no space anymore
23+
around `^` (#308).
2524
* Various bug fixes and edge case improvements.
2625

2726
Thanks to all contributors for patches, issues and the like:

0 commit comments

Comments
 (0)