aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-08-17 02:57:39 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-08-17 02:57:39 +0000
commitdc698dd3a02457719ac91952bd4e3eacb79867b7 (patch)
treebf8af37a911dc1fe3a38fcafe682fd8da41eef23 /NEWS
parentccd995a1877a8eeda1c4cb86fe8fc52cb91eec81 (diff)
downloadruby-dc698dd3a02457719ac91952bd4e3eacb79867b7.tar.gz
io.c: raise at incomplete char
* 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/trunk@51594 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 aada4521c4..7bdf9b8bd8 100644
--- a/NEWS
+++ b/NEWS
@@ -80,6 +80,8 @@ with all sufficient information, see the ChangeLog file.
* IO
* IO#close doesn't raise when the IO object is closed. [Feature #10718]
+ * IO#each_codepoint raises an exception at incomplete character
+ before EOF when conversion takes place. [Bug #11444]
* Module
* Module#define_method and Object.define_singleton_method now