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.
This commit is contained in:
Patrick Palka 2020-08-26 09:29:39 -04:00
parent 71b6257e3a
commit 121dc0c378
1 changed files with 2 additions and 0 deletions

View 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.