aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index eac81c0..2beee7f 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,8 @@
+2024-04-30 Jakub Jelinek <jakub@redhat.com>
+
+ * init.cc (cpp_init_builtins): Change __STDC_VERSION__
+ for C23 from 202000L to 202311L.
+
2024-04-17 Christophe Lyon <christophe.lyon@linaro.org>
PR preprocessor/114748