aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Palka <ppalka@redhat.com>2020-08-26 09:29:39 -0400
committerPatrick Palka <ppalka@redhat.com>2020-08-26 09:29:39 -0400
commit121dc0c378328d494064137fbf95e387321b7c5f (patch)
tree60c491cfe7029c2cc28f28fab30019aa3d8fd8bd
parent71b6257e3a90995e1c1d3d2716a0eec5eef243db (diff)
downloadgcc-121dc0c378328d494064137fbf95e387321b7c5f.zip
gcc-121dc0c378328d494064137fbf95e387321b7c5f.tar.gz
gcc-121dc0c378328d494064137fbf95e387321b7c5f.tar.bz2
libstdc++: Add missing coauthors to ChangeLog entry
The corresponding commit had the Co-authored-by: lines in the middle of the commit message instead of at the end, so the ChangeLog script didn't consider them.
-rw-r--r--libstdc++-v3/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index dd25ec5e..6b69ac4 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -46,6 +46,8 @@
Likewise.
2020-08-25 Patrick Palka <ppalka@redhat.com>
+ Ed Smith-Rowland <3dw4rd@verizon.net>
+ Jonathan Wakely <jwakely@redhat.com>
* include/std/chrono (time_point::operator++)
(time_point::operator--): Define.