summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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| }