diff --git a/NEWS.md b/NEWS.md index b1e760b52..2f136cea9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -98,6 +98,8 @@ 15. `dcast()` now issues a warning when `fun.aggregate` is used but not provided by the user. `fun.aggregate` defaults to `length` in this case. Previously, only a message was issued. However, relying on this default often signals unexpected duplicates in the data. Therefore, a stricter class of signal was deemed more appropriate, [#5386](https://github.com/Rdatatable/data.table/issues/5386). The warning is classed as `dt_missing_fun_aggregate_warning`, allowing for more targeted handling in user code. Thanks @MichaelChirico for the suggestion and @Nj221102 for the fix. +16. `print.data.table` gains new argument `indices` that print a `data.table`'s indices without having to modify the `data.table` itself. Thanks @MichaelChirico for the report and @joshhwuu for the PR. + ## TRANSLATIONS 1. Fix a typo in a Mandarin translation of an error message that was hiding the actual error message, [#6172](https://github.com/Rdatatable/data.table/issues/6172). Thanks @trafficfan for the report and @MichaelChirico for the fix.