summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 29551e9..25615b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-08-30 Bruno Haible <bruno@clisp.org>
+
+ Make the code C++17 compliant.
+ * lib/getline.cc (getstr): Don't use the 'register' keyword.
+
2020-08-29 Bruno Haible <bruno@clisp.org>
Fix link error on native Windows with MSVC/clang.