summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-15 01:28:05 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-15 01:28:05 +0000
commit623169a5c6cbad1ae6d8969f273f534cbd0c3fe4 (patch)
treef8ac418ed9b3916c1ce49c225c6d55d1a0917fce /NEWS
parenta1aeb842d01d1fd979f709600087be87ae549f94 (diff)
* ext/zlib/zlib.c (Init_zlib): Added Zlib::FIXED and Zlib::RLE
strategies. * NEWS: Add note about the new Zlib constants. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34614 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 116b34a2a3..36b8b5ee1d 100644
--- a/NEWS
+++ b/NEWS
@@ -62,6 +62,9 @@ with all sufficient information, see the ChangeLog file.
* Shellwords#shelljoin() accepts non-string objects in the given
array, each of which is stringified using to_s.
+* zlib
+ * Added support for the new deflate strategies Zlib::RLE and Zlib::FIXED.
+
=== Language changes
=== Compatibility issues (excluding feature bug fixes)