Skip to content

Commit f716b32

Browse files
committed
Update NEWS.md
1 parent 5f2acde commit f716b32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
# gt 1.2.0
44

5-
* The new `fmt_number_si()` function format numeric values with SI prefixes and an optional unit (could be obtained from a separate column), automatically selecting the appropriate prefix to keep the mantissa in a readable range (#1999). (#2060)
5+
* The new `fmt_number_si()` function format numeric values with SI prefixes and an optional unit (which could be also be obtained from a separate column), automatically selecting the appropriate prefix to keep the mantissa in a readable range (#1999). (#2060)
66

77
* Added the `summary_columns()` function to enable horizontal, row-wise aggregation (#382). (#2067)
88

99
* Added the `min_sep_threshold` argument to numeric formatting functions; this controls the minimum number of digits required in the integer part of a number for grouping separators to be applied (#908). (#2064)
1010

1111
* Added the `omit_na_group` argument to the `gt()` function; when `TRUE`, rows with `NA` values in the `groupname_col` be excluded from row group assignment (the default of `FALSE` preserves the old behavior) (#1215). (#2062)
1212

13-
* Ensure that the `stub()` helper works with tables having a multi-column stub (#2066). (#2069)
13+
* The `stub()` helper now works with tables having a multi-column stub (#2066). (#2069)
1414

1515
* Fixed issue where loading in the Unicode conversion file (for LaTeX output tables) fails (#2048). (#2049)
1616

0 commit comments

Comments
 (0)