summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-11 12:00:42 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-11 12:00:42 +0000
commitc89bdea7c9ea3776e1a8994590dffd847c61f1df (patch)
tree400d97b6533398f20bd7ed27bf64ea92bf17d6cc /NEWS
parent988b2ae95efb2c4d1cfa0150904809ef9e9284df (diff)
* NEWS: merge from branches/ruby_1_9_2, and move io/console.
[ruby-dev:41924] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28963 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS36
1 files changed, 25 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index f642127250..03a881ab3e 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,17 @@ with all sufficient information, see the ChangeLog file.
* Kernel#respond_to? now returns false for protected methods.
+* io/console
+ * new methods:
+ * IO#noecho {|io| }
+ * IO#echo=
+ * IO#echo?
+ * IO#raw {|io| }
+ * IO#raw!
+ * IO#getch
+ * IO#winsize
+ * IO.console
+
=== Compatibility issues (excluding feature bug fixes)
* Kernel#respond_to?
@@ -233,6 +244,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
@@ -443,17 +468,6 @@ with all sufficient information, see the ChangeLog file.
* new methods:
* RbConfig.ruby
-* io/console
- * new methods:
- * IO#noecho {|io| }
- * IO#echo=
- * IO#echo?
- * IO#raw {|io| }
- * IO#raw!
- * IO#getch
- * IO#winsize
- * IO.console
-
=== Language changes
* Regexp properties (\p{}) names now ignore underscores, spaces, and case, so