Skip to content

Commit 5fd7a44

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

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

NEWS.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# cpp11 (development version)
22

3-
* New `x.named()` method to check if a vector is named (@sbearrows, #186)
3+
## New functions and features
44
* New `x.empty()` method to check if a vector is empty (@sbearrows, #182)
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)
5+
* New `x.named()` method to check if a vector is named (@sbearrows, #186)
6+
* New `na()` free function to return the NA sentinels for R objects (@sbearrows, #179)
7+
8+
## Major fixes
9+
* Memory no longer inadvertently leaks when move constructing vectors (#173)
10+
11+
## minor improvements and fixes
812
* Incorrectly formatted cpp11 decorators now output a more informative error message (@sbearrows, #127)
9-
* Generated registration code now uses C collation to avoid spurious diffs from `tools::package_native_routine_registration_skeleton()` (@sbearrows, #171)
10-
* Makevars which include filenames now handle spaces in paths properly (@klmr, #160)
13+
* Generated registration code now uses C collation to avoid spurious changes from `tools::package_native_routine_registration_skeleton()` (@sbearrows, #171)
14+
* Makevars files which include filenames now handle spaces in paths properly (@klmr, #160)
1115

1216
# cpp11 0.2.7
1317

0 commit comments

Comments
 (0)