From 41589fec8be73f112604f56b49e843ada02c8dac Mon Sep 17 00:00:00 2001 From: eitsupi Date: Fri, 29 Mar 2024 14:38:07 +0000 Subject: [PATCH] docs(news): add items --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index 8aa7dbd1f..0ac73262b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -46,6 +46,10 @@ - In `$sink_*` functions, the first argument is now `path`. - In `$dt$convert_time_zone()` and `$dt$replace_time_zone()`, the `tz` argument is renamed to `time_zone` (#944). + - In `$rolling()`, `$rolling()`, `$group_by_dynamic()` + and `$group_by_dynamic()`, the `by` argument is renamed to `group_by` (#983). + - In `$rolling()` and `$group_by_dynamic()`, all arguments + except `index_column` must be named arguments (#983). - In `$dt$replace_time_zone()`, all arguments except `time_zone` must be named arguments (#944). - In `$bin$decode()`, the `strict` argument must be a named argument (#980).