From 8092731c399d32c87b4582041a5e3b2e6f1d0bb0 Mon Sep 17 00:00:00 2001 From: edward-burn <9583964+edward-burn@users.noreply.github.com> Date: Wed, 16 Oct 2024 08:20:42 +0100 Subject: [PATCH] Update NEWS.md Co-authored-by: Simon P. Couch --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 88314da09..70164c416 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,9 @@ * `across(everything())` doesn't select grouping columns created via `.by` in `summarise()` (@mgirlich, #1493). + * New translations of clock function `date_count_between()` for SQL server, Redshift, Snowflake, Postgres, and Spark (@edward-burn, #1495). + * Spark SQL backend now supports persisting tables with `compute(x, name = I("x.y.z"), temporary = FALSE)` (@zacdav-db, #1502).