From 37f6156baec07f19762cc0afea68a1226789d73d Mon Sep 17 00:00:00 2001 From: DavisVaughan Date: Fri, 28 Oct 2022 13:19:34 -0400 Subject: [PATCH] Tweak NEWS --- NEWS.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index 053600e..37dc940 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,12 +1,12 @@ # tibbletime (development version) -* Removed usage of deprecated `tibble::trunc_mat()` in favor of - `pillar::tbl_sum()`. - -* Fix usage of `|` rather than `||` in the C++ code to satisfy a CRAN warning. +* Fixed usage of `|` rather than `||` in the C++ code to satisfy a CRAN warning. * Fixed a tidyselection warning emitted by the `tbl_time` method for `unnest()` (#100). + +* Removed usage of deprecated `tibble::trunc_mat()` in favor of + `pillar::tbl_sum()`. # tibbletime 0.1.6