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
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,17 @@
1
1
# cpp11 (development version)
2
2
3
-
* New `x.named()` method to check if a vector is named (@sbearrows, #186)
3
+
##New functions and features
4
4
* 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
8
12
* 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)
0 commit comments