From 65cc820958b0bdb0771041c371f829d30274efd1 Mon Sep 17 00:00:00 2001 From: Sacha Verweij Date: Sat, 13 May 2017 15:24:56 -0700 Subject: [PATCH] Add NEWS.md entry for `invoke` keyword argument support (#20345). (#21834) (cherry picked from commit adcf591877ef89fa3f6b3b548b35619338ddf30c) --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index b0c05076c85c7..ae4764fc8d916 100644 --- a/NEWS.md +++ b/NEWS.md @@ -369,6 +369,8 @@ Library improvements * A new `@macroexpand` macro was added as a convenient alternative to the `macroexpand` function ([#18660]). + * `invoke` now supports keyword arguments ([#20345]). + * A new `ConjArray` type was added, as a wrapper type for lazy complex conjugation of arrays. Currently, it is used by default for the new `RowVector` type only, and enforces that both `transpose(vec)` and `ctranspose(vec)` are views not copies ([#20047]). @@ -570,6 +572,7 @@ Deprecated or removed [#20268]: https://github.com/JuliaLang/julia/issues/20268 [#20321]: https://github.com/JuliaLang/julia/issues/20321 [#20327]: https://github.com/JuliaLang/julia/issues/20327 +[#20345]: https://github.com/JuliaLang/julia/issues/20345 [#20403]: https://github.com/JuliaLang/julia/issues/20403 [#20404]: https://github.com/JuliaLang/julia/issues/20404 [#20406]: https://github.com/JuliaLang/julia/issues/20406