-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.
Sorry, something went wrong. |
||
|
||
* `Process` now inherits from `IO` | ||
This comment has been minimized.
Sorry, something went wrong.
JeffBezanson
Member
|
||
|
||
* 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 | ||
|
||
|
@@ -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 |
pipe
was introduced in 0.4 and is mentioned elsewhere in NEWS.