diff --git a/NEWS.md b/NEWS.md index ac82f6f010..60aad78d1f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # tern 0.9.6.9005 +### Enhancements +* Added the `denom` parameter to `s_count_cumulative()`, `s_count_missed_doses()`, and `s_count_occurrences_by_grade()`. +* Added `"N_row"` as an optional input to `denom` in `s_count_occurrences()`. + ### Bug Fixes * Fixed bug in `a_summary()` causing non-unique `row_name` values to occur when multiple statistics are selected for count variables.