Skip to content

Commit 849b2bf

Browse files
committed
NEWS entry for #7607
1 parent d6ac127 commit 849b2bf

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
@@ -46,6 +46,8 @@
4646

4747
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.
4848

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.
50+
4951
### Notes
5052

5153
1. {data.table} now depends on R 3.5.0 (2018).

0 commit comments

Comments
 (0)