We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a3141 commit 7397f01Copy full SHA for 7397f01
NEWS.md
@@ -1,10 +1,11 @@
1
-# tidytable 0.12.0 (in development)
+# tidytable 0.12.0
2
3
#### Functionality improvements
4
* `names(.SD)` is now supported in `j` assignment in `dt()`
5
6
#### Bug fixes
7
* `semi_join()` works if list columns are present, #834
8
+* `new_tidytable()` uses `setalloccol()` - compatibility update to work with `data.table` v1.18.0
9
10
#### Breaking changes
11
* `unnest(.drop = FALSE)` is now the default to match `tidyr` behavior, #836
0 commit comments