[gcc/devel/ranger] libstdc++: Fix order of entries in ChangeLog

Aldy Hernandez aldyh@gcc.gnu.org
Wed Jun 17 20:25:34 GMT 2020


https://gcc.gnu.org/g:fa9a57ed91deb57d43fc25891d88867258e06795

commit fa9a57ed91deb57d43fc25891d88867258e06795
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Tue Apr 14 20:42:48 2020 +0100

    libstdc++: Fix order of entries in ChangeLog

Diff:
---
 libstdc++-v3/ChangeLog | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index aced89eec7d..085ca6aec45 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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.


More information about the Libstdc++-cvs mailing list