From 53492b387cc70a4adca4273b18b7a6f493a9c9a2 Mon Sep 17 00:00:00 2001 From: olivroy <52606734+olivroy@users.noreply.github.com> Date: Thu, 18 Jul 2024 11:21:34 -0400 Subject: [PATCH] Update NEWS.md --- NEWS.md | 1 - 1 file changed, 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index e6352608f2..1045147add 100644 --- a/NEWS.md +++ b/NEWS.md @@ -13,7 +13,6 @@ * `column_labels.background.color`, `row_group.background.color`, `row_group.font.weight`, `table_body.hlines.style`, `table.font.weight`, `table.font.size`, `stub.font.weight` (#1693). -* Fixed a bug where `gt(row_group_as_column = TRUE)` would create the wrong layout with `as_gtable()` when all groups are unique (@olivroy, #1801). * `opt_interactive()` now works when columns are merged with `cols_merge()` (@olivroy, #1785).