diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 02901110493..400a0d0db76 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,7 @@
2019-10-31 Jonathan Wakely show c
’ for det
subroutine library, you may consider it more useful to permit linking
proprietary applications with the library. If this is what you want to do,
use the GNU Lesser General Public License instead of this
- License. But first, please read http://www.gnu.org/philosophy/why-not-lgpl.html.
+ License. But first, please read https://www.gnu.org/philosophy/why-not-lgpl.html.
+
__cpp_lib_bounded_array_traits >= 201902L
__cpp_lib_to_array >= 201907L
__cpp_lib_bitops >= 201907L
__cpp_lib_math_constants >= 201907L
__cpp_lib_is_layout_compatible >= 201907L
,
+ __cpp_lib_is_layout_interconvertible >= 201907L
,
+ __cpp_lib_jthread >= 201907L
__cpp_lib_format >= 201907L
,
+ __cpp_lib_constexpr_invoke >= 201907L
__cpp_constexpr_dynamic_alloc >= 201907L
__cpp_lib_atomic_lock_free_type_aliases >= 201907L
in <atomic>,
+ __cpp_lib_atomic_flag_test >= 201907L
in <atomic>,
+ __cpp_lib_atomic_wait >= 201907L
in <atomic>,
+ __cpp_lib_semaphore >= 201907L
in <semaphore>,
+ __cpp_lib_latch >= 201907L
in <latch>,
+ __cpp_lib_barrier >= 201907L
in <barrier>
+ __cpp_lib_source_location >= 201907L
,
+ __cpp_lib_spaceship >= 201907L
,
+ Note 1: The changes in the proposal either do not affect the code in libstdc++, or the changes are not required for conformance.