summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-26 19:18:13 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-26 19:18:13 +0000
commit888ccebbb0ea989347379791fd7cc56dc4e47427 (patch)
tree01c0542323562f16c3bddc5daef0eb4c6de9f035 /NEWS
parenta8d4b22c58ca7a2bb375f7689743bb342605c784 (diff)
* NEWS: Improve wording
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38954 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index eeb14f5146..c04fd3c80b 100644
--- a/NEWS
+++ b/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