Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1e09b90

Browse files
committedMay 12, 2017
Add NEWS.md entry for invoke keyword argument support (JuliaLang#20345).
1 parent 1129de3 commit 1e09b90

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎NEWS.md

+3
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,8 @@ Library improvements
339339
340340
* A new `@macroexpand` macro was added as a convenient alternative to the `macroexpand` function ([#18660]).
341341
342+
* `invoke` now supports keyword arguments ([#20345]).
343+
342344
* A new `ConjArray` type was added, as a wrapper type for lazy complex conjugation of arrays.
343345
Currently, it is used by default for the new `RowVector` type only, and
344346
enforces that both `transpose(vec)` and `ctranspose(vec)` are views not copies ([#20047]).
@@ -505,6 +507,7 @@ Deprecated or removed
505507
[#20268]: https://github.com/JuliaLang/julia/issues/20268
506508
[#20321]: https://github.com/JuliaLang/julia/issues/20321
507509
[#20327]: https://github.com/JuliaLang/julia/issues/20327
510+
[#20345]: https://github.com/JuliaLang/julia/issues/20345
508511
[#20403]: https://github.com/JuliaLang/julia/issues/20403
509512
[#20404]: https://github.com/JuliaLang/julia/issues/20404
510513
[#20406]: https://github.com/JuliaLang/julia/issues/20406

0 commit comments

Comments
 (0)
Please sign in to comment.