summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorsorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-24 10:56:47 +0000
committersorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-24 10:56:47 +0000
commitf1ef3d600d5b0a8253dc5d6585f0607f2f23f515 (patch)
treeb8af9651709093643ddedada6040b3b501b008ad /NEWS
parentdbcf20069a559142ee7c96aa0e8288b4e8b001fa (diff)
* NEWS (yaml): Write about bundled libyaml.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4994614448..7e3d0cf66a 100644
--- a/NEWS
+++ b/NEWS
@@ -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