Skip to content

Commit 3e16348

Browse files
committed
Polish NEWS
1 parent d7bf1cc commit 3e16348

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

NEWS.md

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
# usethis (development version)
22

3-
* `use_vignette()` and `use_article()` now support Quarto. The `name` of the new
3+
* `use_vignette()` and `use_article()` support Quarto. The `name` of the new
44
vignette or article can optionally include a file extension to signal whether
55
`.Rmd` or `.qmd` is desired, with `.Rmd` remaining the default for now. Thanks
66
to @olivroy for getting the ball rolling (#1997).
77

8-
* `use_tidy_upkeep_issue()` now records the year it is being run in the
9-
`Config/usethis/upkeep` field in DESCRIPTION. If this value exists it is
10-
furthermore used to filter the checklist when making the issue.
8+
* `use_data()` defaults to serialization version 3 (@laurabrianna, #2044).
119

12-
* `use_package()` now decreases a package minimum version required when
13-
`min_version` is lower than what is currently specified in the DESCRIPTION
14-
file (@jplecavalier, #1957).
10+
* `use_package()` can lower a minimum version requirement
11+
(@jplecavalier, #1957).
1512

16-
* `use_data()` now uses serialization version 3 by default. (@laurabrianna, #2044)
13+
* `use_release_issue()` only suggests doing reverse dependency checks if there
14+
are, in fact, reverse dependencies (#1817, @seankross).
1715

18-
* Reverse dependency checks are only suggested if they exist
19-
(#1817, @seankross).
16+
* `use_tidy_upkeep_issue()` records the year it is being run in the
17+
`Config/usethis/upkeep` field in DESCRIPTION. If this value exists, it is
18+
used to filter the checklist when making the issue.
2019

2120
# usethis 3.0.0
2221

0 commit comments

Comments
 (0)