Skip to content

Commit

Permalink
Add NEWS.md entry for invoke keyword argument support (#20345). (#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha0 authored and tkelman committed May 13, 2017
1 parent 3d5685a commit adcf591
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,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]).
Expand Down Expand Up @@ -587,6 +589,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
Expand Down

0 comments on commit adcf591

Please sign in to comment.