summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-01 08:00:58 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-01 08:00:58 +0000
commitf81b6694ed7d004054e0d11e6362769461af8905 (patch)
tree9e26915a499d24800a65c8b401ec118addc8981b /NEWS
parenta1171a95b2b6f6d7e90d5dc50911ec12c02cb96d (diff)
merge revision(s) 51583,51594,51638: [Backport #11444]
* io.c (rb_io_each_codepoint): read more data when read partially. [ruby-core:70379] [Bug #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_1@52831 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 afd15faf3b..51503ebcc0 100644
--- a/NEWS
+++ b/NEWS
@@ -148,6 +148,8 @@ with all sufficient information, see the ChangeLog file.
* IO
* incompatible changes:
* open ignore internal encoding if external encoding is ASCII-8BIT.
+ * IO#each_codepoint raises an exception at incomplete character
+ before EOF when conversion takes place. [Bug #11444]
* Kernel#eval, Kernel#instance_eval, and Module#module_eval.
* Copies the scope information of the original environment, which means