diff --git a/CHANGELOG.md b/CHANGELOG.md index df550c5..21fc3ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log +## 1.8.1 - 2023-01-06 + +- Fix calls to the percentile action set to be compliant with the removal of table.vars +- Fix logical warnings from methods that return casDataFrame +- Fix unit testing for summary generic method +- Throw an error instead of returning an empty list when trying to use a data.frame inside a cas.actionset.action + ## 1.8.0 - 2022-11-14 - Update TK subsystem diff --git a/DESCRIPTION b/DESCRIPTION index f40c36d..d13460d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: swat Type: Package Title: SAS Scripting Wrapper for Analytics Transfer (SWAT) -Version: 1.8.0.9000 +Version: 1.8.1 TKVersion: none Date: 06JUN2020 Authors@R: c(person("Jared", "Dean", role = c("aut", "cre"),