Skip to content

Commit bfd5a0e

Browse files
Sacha0tkelman
authored andcommitted
Add another PR number for deprecation of _ as an rvalue (#20328). (#21852)
1 parent 320892a commit bfd5a0e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

NEWS.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ Language changes
114114
every function call, operator, and assignment in an expression ([#20321]).
115115
116116
* The identifier `_` can be assigned, but accessing its value is deprecated,
117-
allowing this syntax to be used in the future for discarding values ([#9343], [#18251]).
117+
allowing this syntax to be used in the future for discarding values ([#9343],
118+
[#18251], [#20328]).
118119
119120
* The `typealias` keyword is deprecated, and should be replaced with
120121
`Vector{T} = Array{T,1}` or a `const` assignment ([#20500]).
@@ -623,6 +624,7 @@ Command-line option changes
623624
[#20268]: https://github.com/JuliaLang/julia/issues/20268
624625
[#20321]: https://github.com/JuliaLang/julia/issues/20321
625626
[#20327]: https://github.com/JuliaLang/julia/issues/20327
627+
[#20328]: https://github.com/JuliaLang/julia/issues/20328
626628
[#20345]: https://github.com/JuliaLang/julia/issues/20345
627629
[#20403]: https://github.com/JuliaLang/julia/issues/20403
628630
[#20404]: https://github.com/JuliaLang/julia/issues/20404

0 commit comments

Comments
 (0)