You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,8 @@
46
46
47
47
9.`foverlaps()` no longer crashes due to out-of-bounds access to list and integer vectors when `y` has no rows or the non-range part of the join fails, [#7597](https://github.com/Rdatatable/data.table/issues/7597). Thanks to @nextpagesoft for the report and @aitap for the fix.
48
48
49
+
10. The package dynamic library now exports only a single function, `R_init_data_table`, fixing [#7605](https://github.com/Rdatatable/data.table/issues/7605) and preventing similar name conflicts in the future. Thanks to @ced75 for the report and @aitap for the fix.
0 commit comments