summaryrefslogtreecommitdiff
path: root/doc/ChangeLog
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2013-01-06 22:34:18 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2013-01-06 22:34:18 +0000
commitefe52d57b2e0d1cb15ce3ccea5dd7d5e0359dae4 (patch)
tree1c772e308c8f35530c52bd889ee897d71a500814 /doc/ChangeLog
parent097de4ee4cd1e7df6661c94b87a5389e0cf50b77 (diff)
downloadiconv-efe52d57b2e0d1cb15ce3ccea5dd7d5e0359dae4.tar.gz
iconv-efe52d57b2e0d1cb15ce3ccea5dd7d5e0359dae4.tar.bz2
Correct handling of trailing valid shift sequences. Previously would
erroneously report EINVAL, instead of silently accepting them. Requires UnicodeLib 0.60.
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r--doc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 4c17511..b055aa9 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -105,3 +105,8 @@ Iconv Changelog
- Toolchain used to build 0.10 turns out to have produced broken code.
- Minor additions to the charset alias mapping file.
+0.12 XX-XX-2013
+---------------
+
+ - Correct handling of trailing valid shift sequences. Previously would
+ erroneously report EINVAL, instead of silently accepting them.