Skip to content

Commit 18bdd29

Browse files
committed
Reformat news for release
1 parent ee28044 commit 18bdd29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
* New `x.named()` method to check if a vector is named (@sbearrows, #186)
44
* New `x.empty()` method to check if a vector is empty (@sbearrows, #182)
55
* 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)
68
* Incorrectly formatted cpp11 decorators now output a more informative error message (@sbearrows, #127)
79
* 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)
910
* Makevars which include filenames now handle spaces in paths properly (@klmr, #160)
1011

1112
# cpp11 0.2.7

0 commit comments

Comments
 (0)