Skip to content

Commit

Permalink
release-1.8: NEWS and README update (#46195)
Browse files Browse the repository at this point in the history
* NEWS item: Distributed SSHManager csh support (#46126)

* Bump version in README
  • Loading branch information
mgkuhn authored Jul 28, 2022
1 parent 33f19bc commit 843b322
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 843b322

Please sign in to comment.