Skip to content

Commit 01c16ea

Browse files
aitapben-schwen
andcommitted
More about the problem being solved
Co-Authored-By: Benjamin Schwendinger <52290390+ben-schwen@users.noreply.github.com>
1 parent f9eb581 commit 01c16ea

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
@@ -46,7 +46,7 @@
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.
49+
10. The dynamic library now exports only `R_init_data_table`, preventing symbol name conflicts like `hash_create` with PostgreSQL, [#7605](https://github.com/Rdatatable/data.table/issues/7605). Thanks to @ced75 for the report and @aitap for the fix
5050

5151
### Notes
5252

0 commit comments

Comments
 (0)