Skip to content

Commit

Permalink
Add NEWS bullet
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Nov 23, 2024
1 parent c18a327 commit ab1d3a8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down

0 comments on commit ab1d3a8

Please sign in to comment.