summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-23 03:52:11 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-23 03:52:11 +0000
commit469d119ab9913f0f41e9c060de630426196ee3ab (patch)
treeec3375c50b207a1c034c1cb3adea2d42b1ca3d23 /NEWS
parenta61a5f171d2fd8e593d7a29c3b099480944aa53d (diff)
updated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 263f87d472..bd6886d00c 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,9 @@ with all sufficient information, see the ChangeLog file.
* IO
* IO.pipe takes a block.
+ * Process
+ * Process.spawn accepts [:child, FD] for a redirect target.
+
* Enumerator#rewind
Now calls the "rewind" method of the enclosed object if defined.
@@ -47,6 +50,23 @@ with all sufficient information, see the ChangeLog file.
* do not raise ShiftingError if an aged file already exists.
(no ShiftingError will be raised from 1.2.7, just warn() instead)
+* open3
+
+ * Open3.popen2
+ * Open3.popen2e
+ * Open3.capture3
+ * Open3.capture2
+ * Open3.capture2e
+ * Open3.pipeline_rw
+ * Open3.pipeline_r
+ * Open3.pipeline_w
+ * Open3.pipeline_start
+ * Open3.pipeline
+
+* pty
+
+ * PTY.open
+
=== Compatibility issues (excluding feature bug fixes)
* Enumerator#rewind