Skip to content

Commit

Permalink
add NEWs entry for #12739
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash committed Aug 26, 2015
1 parent baa0faf commit d536568
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,16 @@ Library improvements
* The `cp` function now accepts keyword arguments `remove_destination` and `follow_symlinks` ([#10888]).

* The `mv` function now accepts keyword argument `remove_destination` ([#11145]).

* Pipe, Process, and Cmd simplications ([#12739])

* `pipe` has been renamed to `pipeline`

This comment has been minimized.

Copy link
@JeffBezanson

JeffBezanson Aug 26, 2015

Member

pipe was introduced in 0.4 and is mentioned elsewhere in NEWS.


* `Process` now inherits from `IO`

This comment has been minimized.

Copy link
@JeffBezanson

JeffBezanson Aug 26, 2015

Member

I'm not sure I want to promise this just yet... to me, a process has i/o streams, but is not itself an i/o stream.


* Create an uninitialized unnamed pipe by calling `Pipe()`. Initialize it by calling `link_pipe` or by passing it to `spawn`.

* the `Cmd` objects are now immutable

* Other improvements

Expand Down Expand Up @@ -1595,3 +1605,4 @@ Too numerous to mention.
[#12472]: https://github.com/JuliaLang/julia/issues/12472
[#12491]: https://github.com/JuliaLang/julia/issues/12491
[#12576]: https://github.com/JuliaLang/julia/issues/12576
[#12739]: https://github.com/JuliaLang/julia/issues/12739

0 comments on commit d536568

Please sign in to comment.