Skip to content

Commit 9549b8d

Browse files
committed
add NEWS
1 parent 7e54733 commit 9549b8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
4. `as.data.table()` now properly handles keys: specifying keys sets them, omitting keys preserves existing ones, and setting `key=NULL` clears them, [#6859](https://github.com/Rdatatable/data.table/issues/6859). Thanks @brookslogan for the report and @Mukulyadav2004 for the fix.
1818

19+
5. `as.data.table.data.frame(x)` could enter an infinity loop if the S3 method for `as.data.frame(x)` was overridden without ensuring `class(as.data.frame(x)) == "data.frame"`, [#6874](https://github.com/Rdatatable/data.table/issues/6874). Thanks @matschmitz for the report and @ben-schwen for the fix.
20+
1921
## NOTES
2022

2123
1. Continued work to remove non-API C functions, [#6180](https://github.com/Rdatatable/data.table/issues/6180). Thanks Ivan Krylov for the PRs and for writing a clear and concise guide about the R API: https://aitap.codeberg.page/R-api/.

0 commit comments

Comments
 (0)