From 9865e0f80dc6bc3f959c143316cac52e6caac4c0 Mon Sep 17 00:00:00 2001 From: Max Gordon Date: Mon, 3 Jan 2022 18:55:30 +0100 Subject: [PATCH] Updated NEWS --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index a0e37c6..40e91ac 100644 --- a/NEWS.md +++ b/NEWS.md @@ -12,6 +12,7 @@ Changes for 3.0.0 * The `yamlDump` can now take a character string and assume that is a json that needs conversion * Added `set_column_labels` and `set_column_units` for using `dplyr` syntax for `Hmisc::label` and `Hmisc::units` operations. * The units column in `getDescrptionStatsBy` can now have a custom name (also changed default name to "Units") +* Changed addBoxClr to addBoxStyle for Transition-class (minor breaking change) Changes for 2.1.0 -----------------