summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-12 06:18:11 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-12 06:18:11 +0000
commit0a8f047a983deaf853e8ddc9f70da78f3a83f9ef (patch)
treea81c3aa0c837d42524c6b193cdc717322f1aa591 /NEWS
parente960fffda106cc1689b10fca54f99e7a8555bb6f (diff)
* io.c (rb_io_putc): support multibyte characters.
[ruby-core:30697] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29447 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d6c7e39dfa..2d6e6df552 100644
--- a/NEWS
+++ b/NEWS
@@ -40,6 +40,10 @@ with all sufficient information, see the ChangeLog file.
* extended methods:
* Time#strftime supports %:z and %::z.
+ * IO
+ * extended methods:
+ * IO#putc supports multibyte characters
+
* io/console
* new methods:
* IO#noecho {|io| }