From 1e4dfe184473ad0bc660564be409d44ddaf08f5e Mon Sep 17 00:00:00 2001 From: wlandau Date: Fri, 26 Feb 2021 22:27:08 -0500 Subject: [PATCH] Edit news --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index a57922d12..b6626fa26 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,7 +4,7 @@ * In `tar_load()`, subset metadata to avoid accidental attempts to load global objects in `tidyselect` calls. * Do not register a pattern as running unless an actual branch is about to start (#304). -* Unname objects before `vctrs::vec_c()` (#320, @joelnitta). +* Use a name spec in `vctrs::vec_c()` (#320, @joelnitta). ## New features