Skip to content

Commit

Permalink
Add PR number to NEWS.md for dep of inner constructor syntax (JuliaLa…
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha0 committed May 13, 2017
1 parent b1f668d commit 97ed23b
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 @@ -69,7 +69,8 @@ Language changes
```
the syntax `Foo(x) = new(x)` actually defined a constructor for `Foo{T,S}`,
i.e. the case where the type parameters are specified. For clarity, this
definition now must be written as `Foo{T,S}(x) where {T,S<:Real} = new(x)` ([#11310]).
definition now must be written as `Foo{T,S}(x) where {T,S<:Real} = new(x)`
([#11310], [#20308]).
* The keywords used to define types have changed ([#19157], [#20418]).
Expand Down Expand Up @@ -585,6 +586,7 @@ Deprecated or removed
[#20228]: https://github.com/JuliaLang/julia/issues/20228
[#20249]: https://github.com/JuliaLang/julia/issues/20249
[#20268]: https://github.com/JuliaLang/julia/issues/20268
[#20308]: https://github.com/JuliaLang/julia/issues/20308
[#20321]: https://github.com/JuliaLang/julia/issues/20321
[#20327]: https://github.com/JuliaLang/julia/issues/20327
[#20403]: https://github.com/JuliaLang/julia/issues/20403
Expand Down

0 comments on commit 97ed23b

Please sign in to comment.