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 @@ -73,7 +73,8 @@ Language changes
73
73
```
74
74
the syntax `Foo(x) = new(x)` actually defined a constructor for `Foo{T,S}`,
75
75
i.e. the case where the type parameters are specified. For clarity, this
76
- definition now must be written as `Foo{T,S}(x) where {T,S<:Real} = new(x)` ([#11310]).
76
+ definition now must be written as `Foo{T,S}(x) where {T,S<:Real} = new(x)`
77
+ ([#11310], [#20308]).
77
78
78
79
* The keywords used to define types have changed ([#19157], [#20418]).
79
80
@@ -635,6 +636,7 @@ Command-line option changes
635
636
[#20248]: https://github.com/JuliaLang/julia/issues/20248
636
637
[#20249]: https://github.com/JuliaLang/julia/issues/20249
637
638
[#20268]: https://github.com/JuliaLang/julia/issues/20268
639
+ [#20308]: https://github.com/JuliaLang/julia/issues/20308
638
640
[#20321]: https://github.com/JuliaLang/julia/issues/20321
639
641
[#20327]: https://github.com/JuliaLang/julia/issues/20327
640
642
[#20328]: https://github.com/JuliaLang/julia/issues/20328
You can’t perform that action at this time.
0 commit comments