Skip to content

Commit a06dcf9

Browse files
NEWS link
1 parent 3defa21 commit a06dcf9

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
@@ -14,7 +14,7 @@
1414

1515
4. `as.Date()` method for `IDate` no longer coerces to `double` [#6922](https://github.com/Rdatatable/data.table/issues/6922). Thanks @MichaelChirico for the report and PR. The only effect should be on overly-strict tests that assert `Date` objects have `double` storage, which is not in general true, especially from R 4.5.0.
1616

17-
5. `as.data.table()` is slightly faster at converting arrays to data.tables. Thanks @eliocamp.
17+
5. `as.data.table()` is slightly faster at converting arrays to data.tables, [#7019](https://github.com/Rdatatable/data.table/pull/7019). Thanks @eliocamp.
1818

1919
### BUG FIXES
2020

0 commit comments

Comments
 (0)