1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* NEWS (yaml): Write about bundled libyaml.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
sorah 2013-01-24 10:56:47 +00:00
parent dbcf20069a
commit f1ef3d600d
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Thu Jan 24 19:55:25 2013 Shota Fukumori <her@sorah.jp>
* NEWS (yaml): Write about bundled libyaml.
Thu Jan 24 16:54:34 2013 Eric Hodel <drbrain@segment7.net>
* doc/syntax/calling_methods.rdoc: Added a Method Lookup section.

2
NEWS
View file

@ -386,6 +386,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.
* zlib
* Added streaming support for Zlib::Inflate and Zlib::Deflate. This allows