Skip to content

Commit

Permalink
reword printing integer64
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Aug 14, 2024
1 parent bfee999 commit 9c5d174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
d. Gains new argument `show.indices` (with corresponding option `datatable.show.indices`) that allows the user to print a `data.table`'s indices as columns without having to modify the `data.table` itself. Thanks @MichaelChirico for the report and @joshhwuu for the PR.

e. Displays `integer64` columns well even if {bit64} had not yet been loaded, [#6224](https://github.com/Rdatatable/data.table/issues/6224). Thanks @renkun-ken for the report and @MichaelChirico for the fix.
e. Displays `integer64` columns correctly by loading {bit64} if needed, [#6224](https://github.com/Rdatatable/data.table/issues/6224). Thanks @renkun-ken for the report and @MichaelChirico for the fix.

## BUG FIXES

Expand Down

0 comments on commit 9c5d174

Please sign in to comment.