diff --git a/NEWS.md b/NEWS.md index 63172f026cac5..3bbe7d6c0cfe4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -232,6 +232,11 @@ Standard library changes definitions, including to other function calls, while recording all intermediate test results ([#42518]). * `TestLogger` and `LogRecord` are now exported from the Test stdlib ([#44080]). +#### Distributed + +* SSHManager now supports workers with csh/tcsh login shell, via `addprocs()` option `shell=:csh` ([#41485]). + + Deprecated or removed --------------------- @@ -273,6 +278,7 @@ Tooling Improvements [#41312]: https://github.com/JuliaLang/julia/issues/41312 [#41328]: https://github.com/JuliaLang/julia/issues/41328 [#41449]: https://github.com/JuliaLang/julia/issues/41449 +[#41485]: https://github.com/JuliaLang/julia/issues/41485 [#41551]: https://github.com/JuliaLang/julia/issues/41551 [#41576]: https://github.com/JuliaLang/julia/issues/41576 [#41612]: https://github.com/JuliaLang/julia/issues/41612 diff --git a/README.md b/README.md index 368d971fed77b..b1847beec3d85 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Julia. However, most users should use the [most recent stable version](https://g of Julia. You can get this version by changing to the Julia directory and running: - git checkout v1.7.2 + git checkout v1.8.0 Now run `make` to build the `julia` executable.