aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-23 07:06:12 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-23 07:06:12 +0000
commit87c330ecc1925a59ae4af3c2a3a520337457b479 (patch)
tree3d2afa50d4599f14242a6492b8e6bfaaccb75412 /NEWS
parentf6c42257502df6cba9edc427c4cb2e61f1cfe167 (diff)
downloadruby-87c330ecc1925a59ae4af3c2a3a520337457b479.tar.gz
zlib.c: multiple arguments to write
* ext/zlib/zlib.c (rb_gzwriter_write): accepts multiple arguments. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60379 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 db48d26fe9..840c56d21a 100644
--- a/NEWS
+++ b/NEWS
@@ -211,6 +211,9 @@ with all sufficient information, see the ChangeLog file or Redmine
* Add Server Name Indication (SNI) support [Feature #13729]
+* Zlilb
+ * Zlib::GzipWriter#write accepts multiple arguments
+
=== Compatibility issues (excluding feature bug fixes)
* BasicSocket#read_nonblock and BasicSocket#write_nonblock no