File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,8 @@ Language changes
114
114
every function call, operator, and assignment in an expression ([#20321]).
115
115
116
116
* 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]).
118
119
119
120
* The `typealias` keyword is deprecated, and should be replaced with
120
121
`Vector{T} = Array{T,1}` or a `const` assignment ([#20500]).
@@ -623,6 +624,7 @@ Command-line option changes
623
624
[#20268]: https://github.com/JuliaLang/julia/issues/20268
624
625
[#20321]: https://github.com/JuliaLang/julia/issues/20321
625
626
[#20327]: https://github.com/JuliaLang/julia/issues/20327
627
+ [#20328]: https://github.com/JuliaLang/julia/issues/20328
626
628
[#20345]: https://github.com/JuliaLang/julia/issues/20345
627
629
[#20403]: https://github.com/JuliaLang/julia/issues/20403
628
630
[#20404]: https://github.com/JuliaLang/julia/issues/20404
You can’t perform that action at this time.
0 commit comments