From 5d29237172a17ffb5a84eaff49e2e9f4fafa5a47 Mon Sep 17 00:00:00 2001 From: Aghilas Skawronski Date: Sat, 20 Apr 2024 22:07:04 +0200 Subject: [PATCH] Correction of the NEWS file. --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 5b776c3..1419147 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # tidytab (development version) -* Replace magrittr pipe with base R pipe (#23). +* Replace magrittr pipe with base R pipe (#18), @askawron. * Updated usethis helpers to usethis 2.2.3 (#17). * Added an R-universe badge to README (#14).