aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 3267ea0..bc7ce61 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,10 @@
+2021-07-21 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/101542
+ * include/ext/rope (sequence_buffer): Add move constructor and
+ move assignment operator.
+ * testsuite/ext/rope/101542.cc: New test.
+
2021-07-20 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/101510