libstdc++: Fix order of changelog entries
authorJonathan Wakely <jwakely@redhat.com>
Tue, 28 Jan 2020 15:20:23 +0000 (15:20 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 28 Jan 2020 15:20:23 +0000 (15:20 +0000)
Rebasing my last two commits put the changelog entries at the wrong
place in the file. Fixed by this change.

libstdc++-v3/ChangeLog

index c72d4a43c80449e637dbcd1552bfd3107d7c850e..151ede0925da889794257ae0fe2888feeeb4d13e 100644 (file)
@@ -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