summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorkamil <kamil@NetBSD.org>2019-10-24 19:28:47 +0000
committerkamil <kamil@NetBSD.org>2019-10-24 19:28:47 +0000
commit24542393de37cb1f4be10b533dbca496dba71439 (patch)
treee000e3a35ffaee112524095f402c69c80db23590 /doc
parentea9834d781bb69c17ff10bcba34ff42a30178364 (diff)
libc: Changed the iconv(3) function signature to the POSIX variation
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 5cd6d91516f..c0055c41dfa 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2602 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2603 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -55,3 +55,5 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
evbarm: Add support for the NanoPi R1 and Duo2. [bad 20191016]
alc(4): Add support for Killer E2400 and E2500. [msaitoh 20191017]
bind: Import version 9.14.7. [christos 20191017]
+ libc: Changed the iconv(3) function signature to the POSIX variation
+ [kamil 20191024]