Skip to content

Commit

Permalink
Add NEWS.md entry for homedir implementation changes (JuliaLang#19636).
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha0 committed May 11, 2017
1 parent 1129de3 commit a499af0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ This section lists changes that do not have deprecation warnings.
serialize globals defined under Main. For details, please refer to the paragraph
on "Global variables" under the "Parallel computing" chapter in the manual ([#19594]).
* `homedir` now determines the user's home directory via `libuv`'s `uv_os_homedir`,
rather than from environment variables ([#19636]).
Library improvements
--------------------
Expand Down Expand Up @@ -469,6 +471,7 @@ Deprecated or removed
[#19594]: https://github.com/JuliaLang/julia/issues/19594
[#19598]: https://github.com/JuliaLang/julia/issues/19598
[#19635]: https://github.com/JuliaLang/julia/issues/19635
[#19636]: https://github.com/JuliaLang/julia/issues/19636
[#19670]: https://github.com/JuliaLang/julia/issues/19670
[#19677]: https://github.com/JuliaLang/julia/issues/19677
[#19680]: https://github.com/JuliaLang/julia/issues/19680
Expand Down

0 comments on commit a499af0

Please sign in to comment.