File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -339,6 +339,8 @@ Library improvements
339
339
340
340
* A new `@macroexpand` macro was added as a convenient alternative to the `macroexpand` function ([#18660]).
341
341
342
+ * `invoke` now supports keyword arguments ([#20345]).
343
+
342
344
* A new `ConjArray` type was added, as a wrapper type for lazy complex conjugation of arrays.
343
345
Currently, it is used by default for the new `RowVector` type only, and
344
346
enforces that both `transpose(vec)` and `ctranspose(vec)` are views not copies ([#20047]).
@@ -505,6 +507,7 @@ Deprecated or removed
505
507
[#20268]: https://github.com/JuliaLang/julia/issues/20268
506
508
[#20321]: https://github.com/JuliaLang/julia/issues/20321
507
509
[#20327]: https://github.com/JuliaLang/julia/issues/20327
510
+ [#20345]: https://github.com/JuliaLang/julia/issues/20345
508
511
[#20403]: https://github.com/JuliaLang/julia/issues/20403
509
512
[#20404]: https://github.com/JuliaLang/julia/issues/20404
510
513
[#20406]: https://github.com/JuliaLang/julia/issues/20406
You can’t perform that action at this time.
0 commit comments