diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2020-01-28 15:20:23 +0000 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2020-01-28 15:20:23 +0000 |
commit | a5d81aaab6d54379cd3835b33d84d9be5c5be099 (patch) | |
tree | 40e0f982f1918749411c913edb4dde3c94b8fdf8 | |
parent | 0968f7da26221bfc9203cd557c8636c0a0f24018 (diff) | |
download | gcc-a5d81aaab6d54379cd3835b33d84d9be5c5be099.zip gcc-a5d81aaab6d54379cd3835b33d84d9be5c5be099.tar.gz gcc-a5d81aaab6d54379cd3835b33d84d9be5c5be099.tar.bz2 |
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.
-rw-r--r-- | libstdc++-v3/ChangeLog | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c72d4a4..151ede0 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,13 +1,3 @@ -2020-01-28 Martin Liska <mliska@suse.cz> - - PR libstdc++/93478 - * include/std/atomic: Fix typo. - * include/std/optional: Likewise. - -2020-01-27 Andrew Burgess <andrew.burgess@embecosm.com> - - * configure: Regenerate. - 2020-01-28 Jonathan Wakely <jwakely@redhat.com> PR libstdc++/93470 @@ -19,6 +9,16 @@ clock_gettime instead of explicit glibc version check. * configure: Regenerate. +2020-01-28 Martin Liska <mliska@suse.cz> + + PR libstdc++/93478 + * include/std/atomic: Fix typo. + * include/std/optional: Likewise. + +2020-01-27 Andrew Burgess <andrew.burgess@embecosm.com> + + * configure: Regenerate. + 2020-01-27 Jonathan Wakely <jwakely@redhat.com> PR libstdc++/93426 |