From 3192a485d25f48e5c7492c953f181b7a373e4eaa Mon Sep 17 00:00:00 2001 From: knu Date: Wed, 22 Apr 2009 16:31:06 +0000 Subject: * 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 --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 5d3042934..2a2d73e9f 100644 --- a/NEWS +++ b/NEWS @@ -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 -- cgit