libstdc++: Fix order of entries in ChangeLog

This commit is contained in:
Jonathan Wakely 2020-04-14 20:42:48 +01:00
parent aba6453890
commit fa9a57ed91
1 changed files with 5 additions and 5 deletions

View 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.