aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-23 06:25:39 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-23 06:25:39 +0000
commit5b33e72ae765946cc9cbdded524f0e11ce053e58 (patch)
tree4100bc0e185938ce00c399a602e8e4f42f0bbdbb /NEWS
parent3546d69b4605a34e9fb43a401983174f7054e636 (diff)
downloadruby-5b33e72ae765946cc9cbdded524f0e11ce053e58.tar.gz
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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
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]