Skip to content

Commit 279b24b

Browse files
improve NEWS.md
Co-authored-by: Toby Dylan Hocking <[email protected]>
1 parent 1946705 commit 279b24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
### BREAKING CHANGE
1212

13-
1. `dcast()` now errors when `fun.aggregate` returns length != 1 (consistent with documentation), regardless of `fill` ([#6629](https://github.com/Rdatatable/data.table/issues/6629),[#6032](https://github.com/Rdatatable/data.table/issues/6032)). Previously, when `fill` was not `NULL`, `dcast` warned and returned an undefined result. This change has been planned since 1.16.0 (25 Aug 2024).
13+
1. `dcast()` now errors when `fun.aggregate` returns length != 1 (consistent with documentation), regardless of `fill`, [#6629](https://github.com/Rdatatable/data.table/issues/6629). Previously, when `fill` was not `NULL`, `dcast` warned and returned an undefined result. This change has been planned since 1.16.0 (25 Aug 2024).
1414

1515
### NEW FEATURES
1616

0 commit comments

Comments
 (0)