summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-30 17:35:56 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-30 17:35:56 +0000
commit4af525b16a91625b2c18edefe66bf835f67de95a (patch)
treee74967f005aed18b0c2cbde830dc0df3a28f49f4 /NEWS
parent5925c930a8120ac5033f513a22a891b0329b29b8 (diff)
merge revision(s) 51594: [Backport #11444]
* io.c (rb_io_each_codepoint): raise an exception at incomplete character before EOF when conversion takes place. [Bug #11444] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@52804 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b4ef080249..b909208924 100644
--- a/NEWS
+++ b/NEWS
@@ -111,6 +111,8 @@ with all sufficient information, see the ChangeLog file.
of the file is updated immediately. On some platforms (especially
Windows), it is delayed until the filesystem load is decreased.
Use IO#fsync if you want to guarantee updating metadata.
+ * IO#each_codepoint raises an exception at incomplete character
+ before EOF when conversion takes place. [Bug #11444]
* Math
* incompatible changes: