libstdc++: Fix order of entries in ChangeLog
authorJonathan Wakely <jwakely@redhat.com>
Tue, 14 Apr 2020 19:42:48 +0000 (20:42 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 14 Apr 2020 19:42:48 +0000 (20:42 +0100)
libstdc++-v3/ChangeLog

index aced89eec7d31dcbe2236e4aed7d8dcd0cb47c10..085ca6aec4566e037e2f86a991e762f188171a24 100644 (file)
@@ -1,14 +1,14 @@
-2020-04-13  Iain Sandoe  <iain@sandoe.co.uk>
-
-       * include/std/coroutine: Update coroutines builtin define,
-       per n4861.
-
 2020-04-14  Jonathan Wakely  <jwakely@redhat.com>
 
        PR libstdc++/94565
        * libsupc++/compare (__unspec): Add noexcept-specifier to constructor.
        * testsuite/18_support/comparisons/categories/94565.cc: New test.
 
+2020-04-13  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * include/std/coroutine: Update coroutines builtin define,
+       per n4861.
+
 2020-04-09  Jonathan Wakely  <jwakely@redhat.com>
 
        * libsupc++/compare (compare_three_way): Fix noexcept-specifier.