libstdc++: Add missing coauthors to ChangeLog entry
authorPatrick Palka <ppalka@redhat.com>
Wed, 26 Aug 2020 13:29:39 +0000 (09:29 -0400)
committerPatrick Palka <ppalka@redhat.com>
Wed, 26 Aug 2020 13:29:39 +0000 (09:29 -0400)
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.

libstdc++-v3/ChangeLog

index dd25ec5e8b9391741fcdadfe26c04bb4bee66253..6b69ac48407e01ad23be36061bc76a7ddcad5acb 100644 (file)
@@ -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.