From f1ef3d600d5b0a8253dc5d6585f0607f2f23f515 Mon Sep 17 00:00:00 2001 From: sorah Date: Thu, 24 Jan 2013 10:56:47 +0000 Subject: [PATCH] * NEWS (yaml): Write about bundled libyaml. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ NEWS | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 403add63a0..9ea80ff4a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Jan 24 19:55:25 2013 Shota Fukumori + + * NEWS (yaml): Write about bundled libyaml. + Thu Jan 24 16:54:34 2013 Eric Hodel * doc/syntax/calling_methods.rdoc: Added a Method Lookup section. 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