summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-01 11:38:51 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-01 11:38:51 +0000
commit318deef393dd9f7e66f7c548b12d53e24a877600 (patch)
tree74f9a5ccb836e5d0d1d2f34cefc44c43f8cacbb1
parent509e3e9d31059b06ed40b886e1c03095236413b5 (diff)
* NEWS (YAML, Psych, DL, fiddle): new entries
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28513 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 14ee91d1aa..87208db923 100644
--- a/NEWS
+++ b/NEWS
@@ -218,6 +218,20 @@ with all sufficient information, see the ChangeLog file.
* RSS::Maker: item.guid.permanent_link=
* new alias of item.guid.isPermaLink=
+* DL
+ * Now uses libffi as a backend if avaiable.
+ It means DL works fine on more platforms.
+
+* Fiddle
+ * A lightweight wrapper for libffi.
+
+* YAML
+ * Now uses libyaml as a backend if available.
+ It means YAML library supports new standards for YAML.
+
+* Psych
+ * A wrapper for libyaml.
+
* JSON
* Update to JSON 1.1.9