From 5f7c9bad8ebd58cc88bc85f27d3dfeb60d26994d Mon Sep 17 00:00:00 2001 From: Sacha Verweij Date: Sun, 14 May 2017 09:59:02 -0700 Subject: [PATCH] Add PR number to NEWS.md for dep of inner constructor syntax (#20308). (#21853) (cherry picked from commit d6a15c616e476a361d2ba6baef3461264d549592) --- NEWS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 31d8159a7455b..32250e881e526 100644 --- a/NEWS.md +++ b/NEWS.md @@ -36,7 +36,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]). @@ -598,6 +599,7 @@ Command-line option changes [#20248]: https://github.com/JuliaLang/julia/issues/20248 [#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 [#20328]: https://github.com/JuliaLang/julia/issues/20328