From 88346140166b82630a9a0bf6e27a16c34796bfa5 Mon Sep 17 00:00:00 2001 From: Jakub Sobolewski Date: Tue, 19 Nov 2024 21:46:50 +0100 Subject: [PATCH] update NEWS --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index b1c58551b..95daa0bc5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,6 @@ # usethis (development version) +* `use_test()` now creates a unit test with the ['#Arrange, #Act, #Assert'](https://xp123.com/3a-arrange-act-assert/) pattern. * `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.