From 56800375f76b437588916e1f300d7acfdd011cba Mon Sep 17 00:00:00 2001 From: Sacha Verweij Date: Fri, 12 May 2017 15:59:25 -0700 Subject: [PATCH] Add NEWS.md entry for IPv4 address parsing changes (#19811). (#21807) (cherry picked from commit 194b246143b4425e9b18ba985f076cb44b16ba78) --- NEWS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.md b/NEWS.md index 9a3dbaf2b7efe..32b46d635459a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -227,6 +227,10 @@ This section lists changes that do not have deprecation warnings. localize variables. Previously, the expression would be wrapped in an implicit `let` block ([#19594]). + * `parse` no longer accepts IPv4 addresses including leading zeros, octal, or hexadecimal. + Convert IPv4 addresses including octal or hexadecimal to decimal, and remove leading + zeros in decimal addresses ([#19811]). + * Closures shipped for remote execution via `@spawn` or `remotecall` now automatically serialize globals defined under Main. For details, please refer to the paragraph on "Global variables" under the "Parallel computing" chapter in the manual ([#19594]). @@ -510,6 +514,7 @@ Deprecated or removed [#19791]: https://github.com/JuliaLang/julia/issues/19791 [#19800]: https://github.com/JuliaLang/julia/issues/19800 [#19802]: https://github.com/JuliaLang/julia/issues/19802 +[#19811]: https://github.com/JuliaLang/julia/issues/19811 [#19841]: https://github.com/JuliaLang/julia/issues/19841 [#19900]: https://github.com/JuliaLang/julia/issues/19900 [#19901]: https://github.com/JuliaLang/julia/issues/19901