Skip to content

Commit 2654708

Browse files
committed
add news item
1 parent 47d97e0 commit 2654708

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
@@ -340,6 +340,8 @@ See [#2611](https://github.com/Rdatatable/data.table/issues/2611) for details. T
340340
341341
20. `forderv` could segfault on keys with long runs of identical bytes (e.g., many duplicate columns) because the single-group branch tail-recursed radix-by-radix until the C stack ran out, [#4300](https://github.com/Rdatatable/data.table/issues/4300). This is a major problem since sorting is extensively used in `data.table`. Thanks @quantitative-technologies for the report and @ben-schwen for the fix.
342342
343+
21. `[` keeps existing key(s) when new columns added before them instead of incorrectly setting a new column as key, [#7364](https://github.com/Rdatatable/data.table/issues/7364). Thanks @czeildi for the bug report and the fix.
344+
343345
### NOTES
344346
345347
1. The following in-progress deprecations have proceeded:

0 commit comments

Comments
 (0)