From a5d81aaab6d54379cd3835b33d84d9be5c5be099 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Tue, 28 Jan 2020 15:20:23 +0000 Subject: [PATCH] libstdc++: Fix order of changelog entries Rebasing my last two commits put the changelog entries at the wrong place in the file. Fixed by this change. --- libstdc++-v3/ChangeLog | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c72d4a43c80..151ede0925d 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,13 +1,3 @@ -2020-01-28 Martin Liska - - PR libstdc++/93478 - * include/std/atomic: Fix typo. - * include/std/optional: Likewise. - -2020-01-27 Andrew Burgess - - * configure: Regenerate. - 2020-01-28 Jonathan Wakely PR libstdc++/93470 @@ -19,6 +9,16 @@ clock_gettime instead of explicit glibc version check. * configure: Regenerate. +2020-01-28 Martin Liska + + PR libstdc++/93478 + * include/std/atomic: Fix typo. + * include/std/optional: Likewise. + +2020-01-27 Andrew Burgess + + * configure: Regenerate. + 2020-01-27 Jonathan Wakely PR libstdc++/93426 -- 2.30.2