summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-04 12:59:09 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-04 12:59:09 +0000
commit48f6c3df5f1506ee525dd2adca87b39f88e0f4e1 (patch)
tree6090d03b5f2d337a99c368816aabcff9701e2ed3 /NEWS
parent714c625e064646e46b12f6cd4e16df9dcda32eee (diff)
downloadruby-48f6c3df5f1506ee525dd2adca87b39f88e0f4e1.tar.gz
ruby-48f6c3df5f1506ee525dd2adca87b39f88e0f4e1.tar.xz
ruby-48f6c3df5f1506ee525dd2adca87b39f88e0f4e1.zip
updated.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 12 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 2927ae992..73f0bb46f 100644
--- a/NEWS
+++ b/NEWS
@@ -22,14 +22,16 @@ with all sufficient information, see the ChangeLog file.
* Dir.home
* IO
- * IO.pipe can take a block.
+ * extended methods:
+ * IO.pipe can take a block.
* Process
- * Process.spawn accepts [:child, FD] for a redirect target.
+ * extended methods:
+ * Process.spawn accepts [:child, FD] for a redirect target.
* Enumerator#rewind
-
- Now calls the "rewind" method of the enclosed object if defined.
+ * incompatible changes:
+ Now calls the "rewind" method of the enclosed object if defined.
* rss
@@ -59,7 +61,6 @@ with all sufficient information, see the ChangeLog file.
(no ShiftingError will be raised from 1.2.7, just warn() instead)
* open3
-
* new methods:
* Open3.popen2
* Open3.popen2e
@@ -73,12 +74,10 @@ with all sufficient information, see the ChangeLog file.
* Open3.pipeline
* pty
-
* new method:
* PTY.open
* openssl
-
* new method:
* Buffering#read_nonblock
@@ -139,5 +138,11 @@ with all sufficient information, see the ChangeLog file.
=== Compatibility issues (excluding feature bug fixes)
* Enumerator#rewind
+ * Socket#recvfrom
+ * Socket#recvfrom_nonblock
+ * Socket#accept
+ * Socket#accept_nonblock
+ * Socket#sysaccept
+ * BasicSocket#getsockopt
See above.