Skip to content

Commit b76eb51

Browse files
speling in NEWS and more features
1 parent 1f6bf2d commit b76eb51

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@ This is a maintenance release without any breaking API changes.
1616

1717
## Minor changes
1818

19-
* We're now recognizing and respecting DSLs used in R comments: rplumnber
19+
* We're now recognizing and respecting more DSLs used in R comments: rplumber
2020
(`#*`, #306), shebang `#/!` (#345), knitr chunk headers for spinning (`#+` /
2121
`#-`, #362).
2222
* Named arguments can stay on the first line if call is multi-line (#318).
2323
* No space anymore with `tidyverse_style()` after `!!` since with `rlang 0.2`,
2424
`!!` now binds tighter (#322), spacing around `~` (#316), no space anymore
2525
around `^` (#308).
26+
* Code chunks in Rmd documents that don't use the R engine are no longer
27+
formatted (#313).
2628
* Various bug fixes and edge case improvements.
2729

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

0 commit comments

Comments
 (0)