You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,10 @@
3
3
* New `x.named()` method to check if a vector is named (@sbearrows, #186)
4
4
* New `x.empty()` method to check if a vector is empty (@sbearrows, #182)
5
5
* New `cpp11::na()` function to return the NA sentinals for R objects(@sbearrows, #179)
6
+
* New `cpp11::na()` function to return the NA sentinels for R objects(@sbearrows, #179)
7
+
* Memory no longer leaks when move constructing vectors (#173)
6
8
* Incorrectly formatted cpp11 decorators now output a more informative error message (@sbearrows, #127)
7
9
* Generated registration code now uses C collation to avoid spurious diffs from `tools::package_native_routine_registration_skeleton()` (@sbearrows, #171)
8
-
* Memory no longer leaks when move constructing vectors (#173)
9
10
* Makevars which include filenames now handle spaces in paths properly (@klmr, #160)
0 commit comments