1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2008-12-23 03:52:11 +00:00
parent a61a5f171d
commit 469d119ab9

20
NEWS
View file

@ -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