about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cfdfcd57b7..4b4fac4755 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2019-05-15  Florian Weimer  <fweimer@redhat.com>
+
+	* iconv/gconv.h (__gconv_transliterate): Move declaration …
+	* iconv/gconv_int.h (__gconv_transliterate): … here.
+	* iconv/loop.c: Include <iconv/gconv_int.h> instead of <gconv.h>.
+	* iconv/skeleton.c: Likewise.
+
 2019-05-14  Florian Weimer  <fweimer@redhat.com>
 
 	Linux: Add the tgkill function.