diff options
author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-04-22 16:31:06 +0000 |
---|---|---|
committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-04-22 16:31:06 +0000 |
commit | 3192a485d25f48e5c7492c953f181b7a373e4eaa (patch) | |
tree | a6b370f42b1e910d78c50a0035eb1909f08ef93a /NEWS | |
parent | 3909c0237c013a21e29a3e27d1c94c3520d262f6 (diff) | |
download | ruby-3192a485d25f48e5c7492c953f181b7a373e4eaa.tar.gz ruby-3192a485d25f48e5c7492c953f181b7a373e4eaa.tar.xz ruby-3192a485d25f48e5c7492c953f181b7a373e4eaa.zip |
* ext/zlib/zlib.c (Zlib::GzipFile#path): New method.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23263 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -192,6 +192,10 @@ with all sufficient information, see the ChangeLog file. * Etc::Passwd.each * Etc::Group.each +* zlib + * new methods: + * Zlib::GzipFile#path + === Compatibility issues (excluding feature bug fixes) * Enumerator#rewind |