Skip to content

Commit 770e228

Browse files
authored
add news for at-invokelatest and at-invoke (#39000)
1 parent 8e0183f commit 770e228

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ New library functions
2929

3030
* Two argument methods `findmax(f, domain)`, `argmax(f, domain)` and the corresponding `min` versions ([#27613]).
3131
* `isunordered(x)` returns true if `x` is value that is normally unordered, such as `NaN` or `missing`.
32+
* New macro `Base.@invokelatest f(args...; kwargs...)` provides a convenient way to call `Base.invokelatest(f, args...; kwargs...)` ([#37971])
33+
* New macro `Base.@invoke f(arg1::T1, arg2::T2; kwargs...)` provides an easier syntax to call `invoke(f, Tuple{T1,T2}; kwargs...)` ([#38438])
3234

3335
New library features
3436
--------------------

0 commit comments

Comments
 (0)