Skip to content

Commit

Permalink
add news for at-invokelatest and at-invoke (JuliaLang#39000)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Dec 29, 2020
1 parent 8e0183f commit 770e228
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ New library functions

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

New library features
--------------------
Expand Down

0 comments on commit 770e228

Please sign in to comment.