summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-09 22:45:39 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-09 22:45:39 +0000
commit583b6dc33c1d33237a368d6fe0ef3f779c3d72e4 (patch)
tree348cf0cbd418c4966e00c375bb7a60be419cf8d9 /NEWS
parent1f63c0fcb834eb0606c80501d82c1e41e020aefd (diff)
Zlib.gzip and Zlib.gunzip [Feature #13020]
Encode and Decode gzip data without creating files. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57035 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 eee221e374..d86df182d4 100644
--- a/NEWS
+++ b/NEWS
@@ -343,6 +343,10 @@ with all sufficient information, see the ChangeLog file or Redmine
* XMLRPC is removed from stdlib. [Feature #12160][ruby-core:74239]
https://github.com/ruby/xmlrpc is the new upstream.
+* Zlib
+
+ * Zlib.gzip and Zlib.gunzip [Feature #13020]
+
=== C API updates
* ruby_show_version() will no longer exits the process, if