From 5b33e72ae765946cc9cbdded524f0e11ce053e58 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 23 Oct 2017 06:25:39 +0000 Subject: stringio.c: write multiple arguments * ext/stringio/stringio.c (strio_write_m): make StringIO#write accept multiple arguments, as well as IO#write. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60377 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 09a6f01ee0..db48d26fe9 100644 --- a/NEWS +++ b/NEWS @@ -204,6 +204,9 @@ with all sufficient information, see the ChangeLog file or Redmine * Add Set#=== as alias to #include? [Feature #13801] * Add Set#reset [Feature #6589] +* StringIO + * StringIO#write accepts multiple arguments + * WEBrick * Add Server Name Indication (SNI) support [Feature #13729] -- cgit v1.2.3