From 97ed23ba55d6fadc5bffd49dc426b5fda0c6ea1a Mon Sep 17 00:00:00 2001 From: Sacha Verweij Date: Sat, 13 May 2017 12:21:25 -0700 Subject: [PATCH] Add PR number to NEWS.md for dep of inner constructor syntax (#20308). --- NEWS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index ada6ec21f38b0..9acd63e8c1fc1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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]). @@ -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