From: Patrick Palka Date: Wed, 26 Aug 2020 13:29:39 +0000 (-0400) Subject: libstdc++: Add missing coauthors to ChangeLog entry X-Git-Tag: basepoints/gcc-12~5379 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=121dc0c378328d494064137fbf95e387321b7c5f;p=thirdparty%2Fgcc.git 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. --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index dd25ec5e8b93..6b69ac48407e 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -46,6 +46,8 @@ Likewise. 2020-08-25 Patrick Palka + Ed Smith-Rowland <3dw4rd@verizon.net> + Jonathan Wakely * include/std/chrono (time_point::operator++) (time_point::operator--): Define.