Skip to content

Commit

Permalink
Add NEWS.md entry for homedir implementation changes (#19636). (#21805)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha0 authored and tkelman committed May 12, 2017
1 parent ba56cbb commit 2867570
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 @@ -262,6 +262,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 @@ -503,6 +505,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 2867570

Please sign in to comment.