git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38954 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
marcandre 2013-01-26 19:18:13 +00:00
Родитель a8d4b22c58
Коммит 888ccebbb0
1 изменённых файлов: 2 добавлений и 2 удалений

4
NEWS
Просмотреть файл

@ -385,8 +385,8 @@ with all sufficient information, see the ChangeLog file.
* yaml
* Syck has been removed. YAML now completely depends on libyaml being
installed.
* libyaml has now bundled in ruby, so you don't need to install libyaml
for ruby basically.
* libyaml is now bundled with ruby, for cases where the library is not
installed locally.
* zlib
* Added streaming support for Zlib::Inflate and Zlib::Deflate. This allows