From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1059) id 9850B39490A1; Fri, 28 Aug 2020 16:06:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9850B39490A1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1598630768; bh=SI0q7WpwICp8o6GCiTVk97suAhxghogamaB/9XawifE=; h=From:To:Subject:Date:From; b=EuwXZR9ggwx/kfIbq7EvHjfNHKcUxdsoExvX3zMA2waPRIrhDmftsc5K9e4TVOeUe ZVqfHz8HzSHk2tEkvT+zel0EYjNA7RXfAsFmI1UsQxKdgx44KF4VROzxuoDGEp2r8J 6b9bKdclgxJY22m49tlxXhnYq+NCia8/eHVMXJLc= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Nathan Sidwell To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc/devel/c++-modules] libstdc++: Add missing coauthors to ChangeLog entry X-Act-Checkin: gcc X-Git-Author: Patrick Palka X-Git-Refname: refs/heads/devel/c++-modules X-Git-Oldrev: 71b6257e3a90995e1c1d3d2716a0eec5eef243db X-Git-Newrev: 121dc0c378328d494064137fbf95e387321b7c5f Message-Id: <20200828160608.9850B39490A1@sourceware.org> Date: Fri, 28 Aug 2020 16:06:08 +0000 (GMT) X-BeenThere: libstdc++-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Aug 2020 16:06:08 -0000 https://gcc.gnu.org/g:121dc0c378328d494064137fbf95e387321b7c5f commit 121dc0c378328d494064137fbf95e387321b7c5f Author: Patrick Palka Date: Wed Aug 26 09:29:39 2020 -0400 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: --- libstdc++-v3/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index dd25ec5e8b9..6b69ac48407 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.