Skip to content

Commit 138bc27

Browse files
alystjimhester
authored andcommitted
add NEWS entry
1 parent 11fbc47 commit 138bc27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NEWS.md

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

3+
* Allow `cpp11::matrix` to be accessed either row-wise or column-wise (the default) depending on the user's choice (@alyst, #229)
34
* Fixed `+` and `+=` operators of `r_vector::[const_]iterator` to conform the *iterators* concept:
45
`+=` updates the iterator, and `+` returns the updated copy, while keeping the original unchanged (@alyst, #231)
56
* Remove undefined behavior when constructing global `cpp11::sexp`s (#224)

0 commit comments

Comments
 (0)