Skip to content

Commit cdfeb88

Browse files
bkietzjimhester
authored andcommitted
amend NEWS
1 parent c2a94bf commit cdfeb88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# cpp11 (development version)
22

3+
* `r_bool` added as an adapter between `bool` and `Rboolean` values (#57, @bkietz)
4+
35
* `data_frame()` objects now have the number of rows correctly set as real length, not the reserved length (#91)
46

57
* Fixed potential memory leak in cpp11::writable classes.
@@ -28,8 +30,6 @@
2830

2931
* `safe[]` can now work with functions that return any type (#70, @bkietz)
3032

31-
* `writable::logicals::operator=()` now allows C++ boolean values (#57, @romainfrancois)
32-
3333
* The `END_CPP` macro now includes a `catch(...)` block to catch all C++ exceptions that do not inherit from `std::exception` (#47).
3434

3535
* Improve consistency of inserting NA values in r_string objects (#45)

0 commit comments

Comments
 (0)