From ab1d3a838892eb55972652468bcbb680436ca2c7 Mon Sep 17 00:00:00 2001 From: Jenny Bryan Date: Sat, 23 Nov 2024 09:44:17 -0800 Subject: [PATCH] Add NEWS bullet --- NEWS.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index b1c58551b..5bbdada9d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,11 +1,14 @@ # usethis (development version) +* `use_vignette()` and `use_article()` now 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. -## Bug fixes and minor improvements - * `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).