File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,8 @@ Language changes
77
77
every function call, operator, and assignment in an expression ([#20321]).
78
78
79
79
* The identifier `_` can be assigned, but accessing its value is deprecated,
80
- allowing this syntax to be used in the future for discarding values ([#9343], [#18251]).
80
+ allowing this syntax to be used in the future for discarding values ([#9343],
81
+ [#18251], [#20328]).
81
82
82
83
* The `typealias` keyword is deprecated, and should be replaced with
83
84
`Vector{T} = Array{T,1}` or a `const` assignment ([#20500]).
@@ -586,6 +587,7 @@ Command-line option changes
586
587
[#20268]: https://github.com/JuliaLang/julia/issues/20268
587
588
[#20321]: https://github.com/JuliaLang/julia/issues/20321
588
589
[#20327]: https://github.com/JuliaLang/julia/issues/20327
590
+ [#20328]: https://github.com/JuliaLang/julia/issues/20328
589
591
[#20345]: https://github.com/JuliaLang/julia/issues/20345
590
592
[#20403]: https://github.com/JuliaLang/julia/issues/20403
591
593
[#20404]: https://github.com/JuliaLang/julia/issues/20404
You can’t perform that action at this time.
0 commit comments