diff --git a/NEWS.md b/NEWS.md index 1ce80e71dd90c1..e2a5b1102af173 100644 --- a/NEWS.md +++ b/NEWS.md @@ -30,11 +30,12 @@ Build system changes New library functions --------------------- +* New helper `Splat(f)` which acts like `x -> f(x...)`, with pretty printing for + inspecting which function `f` was originally wrapped. ([#42717]) New library features -------------------- - Standard library changes ------------------------ @@ -87,6 +88,7 @@ Standard library changes Deprecated or removed --------------------- +* Unexported `splat` is deprecated in favor of exported `Splat`, which has pretty printing of the wrapped function. ([#42717]) External dependencies ---------------------