Skip to content

Commit

Permalink
NEWS bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Aug 22, 2024
1 parent 0592e6b commit 21a4067
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# cpp11 (development version)

* `cpp11::writable::r_vector<T>::iterator` no longer implicitly deletes its
copy assignment operator (#360).

* `std::max_element()` can now be used with writable vectors (#334).

* Fixed an issue with the `writable::matrix` copy constructor where the
underlying SEXP should have been copied but was not. It is now consistent with
the behavior of the equivalent `writable::r_vector` copy constructor.
Expand Down

0 comments on commit 21a4067

Please sign in to comment.