Skip to content

Commit 8c842fe

Browse files
refine NEWS
1 parent 728e716 commit 8c842fe

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
@@ -113,7 +113,7 @@ rowwiseDT(
113113
114114
13. `rbindlist(l, use.names=TRUE)` can now handle different encodings for the column names in different entries of `l`, [#5452](https://github.com/Rdatatable/data.table/issues/5452). Thanks to @MEO265 for the report, and Benjamin Schwendinger for the fix.
115115
116-
16. Using `print.data.table()` with nested dataframes no longer errors when one of the nested dataframes has only one column, [#6592](https://github.com/Rdatatable/data.table/issues). Thanks to @r2evans for the bug report and fix.
116+
14. Added a `data.frame` method for `format_list_item()` to fix error printing data.tables with columns containing 1-column data.frames, [#6592](https://github.com/Rdatatable/data.table/issues). Thanks to @r2evans for the bug report and fix.
117117
118118
## NOTES
119119

0 commit comments

Comments
 (0)