Skip to content

Commit 21a4067

Browse files
committed
NEWS bullets
1 parent 0592e6b commit 21a4067

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

NEWS.md

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

3+
* `cpp11::writable::r_vector<T>::iterator` no longer implicitly deletes its
4+
copy assignment operator (#360).
5+
6+
* `std::max_element()` can now be used with writable vectors (#334).
7+
38
* Fixed an issue with the `writable::matrix` copy constructor where the
49
underlying SEXP should have been copied but was not. It is now consistent with
510
the behavior of the equivalent `writable::r_vector` copy constructor.

0 commit comments

Comments
 (0)