summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 747d7e5364..81bf7cb155 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2020-06-15 Bruno Haible <bruno@clisp.org>
+
+ unictype/joininggroup-name: Fix warning on 64-bit mingw.
+ Reported by Biswapriyo Nath <nathbappai@gmail.com> in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2020-06/msg00036.html>.
+ * lib/unictype/joininggroup_name.c (ELEM): Cast struct offset to size_t
+ first.
+
2020-06-06 Bruno Haible <bruno@clisp.org>
calloc-gnu tests: Avoid a test failure with clang.