Skip to content

Commit

Permalink
Add another PR number for deprecation of _ as an rvalue (#20328). (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha0 authored and tkelman committed May 14, 2017
1 parent 320892a commit bfd5a0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,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]).
Expand Down Expand Up @@ -623,6 +624,7 @@ Command-line option changes
[#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
[#20345]: https://github.com/JuliaLang/julia/issues/20345
[#20403]: https://github.com/JuliaLang/julia/issues/20403
[#20404]: https://github.com/JuliaLang/julia/issues/20404
Expand Down

0 comments on commit bfd5a0e

Please sign in to comment.