From 3e1634899d7e82a2ac6887987c767b03d8c4ede8 Mon Sep 17 00:00:00 2001 From: Jenny Bryan Date: Mon, 25 Nov 2024 11:33:29 -0800 Subject: [PATCH] Polish NEWS --- NEWS.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/NEWS.md b/NEWS.md index 5bbdada9d..e34ca4e1e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,22 +1,21 @@ # usethis (development version) -* `use_vignette()` and `use_article()` now support Quarto. The `name` of the new +* `use_vignette()` and `use_article()` support Quarto. The `name` of the new vignette or article can optionally include a file extension to signal whether `.Rmd` or `.qmd` is desired, with `.Rmd` remaining the default for now. Thanks to @olivroy for getting the ball rolling (#1997). -* `use_tidy_upkeep_issue()` now records the year it is being run in the - `Config/usethis/upkeep` field in DESCRIPTION. If this value exists it is - furthermore used to filter the checklist when making the issue. +* `use_data()` defaults to serialization version 3 (@laurabrianna, #2044). -* `use_package()` now decreases a package minimum version required when - `min_version` is lower than what is currently specified in the DESCRIPTION - file (@jplecavalier, #1957). +* `use_package()` can lower a minimum version requirement + (@jplecavalier, #1957). -* `use_data()` now uses serialization version 3 by default. (@laurabrianna, #2044) +* `use_release_issue()` only suggests doing reverse dependency checks if there + are, in fact, reverse dependencies (#1817, @seankross). -* Reverse dependency checks are only suggested if they exist - (#1817, @seankross). +* `use_tidy_upkeep_issue()` records the year it is being run in the + `Config/usethis/upkeep` field in DESCRIPTION. If this value exists, it is + used to filter the checklist when making the issue. # usethis 3.0.0