From 3841069e7128a61b3b765c282460b5508eb7d9a6 Mon Sep 17 00:00:00 2001 From: Sacha Verweij Date: Sat, 13 May 2017 12:16:09 -0700 Subject: [PATCH] Add another PR number for deprecation of `_` as an rvalue (#20328). --- NEWS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index ada6ec21f38b0..c7fdcc2487a4b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -110,7 +110,8 @@ Language changes every function call, operator, and assignment in an expression ([#20321]). * The identifier `_` can be assigned, but accessing its value is deprecated, - allowing this syntax to be used in the future for discarding values ([#9343], [#18251]). + allowing this syntax to be used in the future for discarding values ([#9343], + [#18251], [#20328]). * The `typealias` keyword is deprecated, and should be replaced with `Vector{T} = Array{T,1}` or a `const` assignment ([#20500]). @@ -587,6 +588,7 @@ Deprecated or removed [#20268]: https://github.com/JuliaLang/julia/issues/20268 [#20321]: https://github.com/JuliaLang/julia/issues/20321 [#20327]: https://github.com/JuliaLang/julia/issues/20327 +[#20328]: https://github.com/JuliaLang/julia/issues/20328 [#20403]: https://github.com/JuliaLang/julia/issues/20403 [#20404]: https://github.com/JuliaLang/julia/issues/20404 [#20406]: https://github.com/JuliaLang/julia/issues/20406