From a499af0cc5cb412e668408a45d67655fdf385bec Mon Sep 17 00:00:00 2001 From: Sacha Verweij Date: Thu, 11 May 2017 11:13:12 -0700 Subject: [PATCH] Add NEWS.md entry for homedir implementation changes (#19636). --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index 9029abc7acc99..8e191b5f524d5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 -------------------- @@ -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