diff options
-rw-r--r-- | NEWS | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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 |