Skip to content

Commit

Permalink
Add NEWS.md entry for
Browse files Browse the repository at this point in the history
  • Loading branch information
Seelengrab committed Mar 11, 2022
1 parent a156ae3 commit 842c27f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------------------

Expand Down Expand Up @@ -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
---------------------
Expand Down

0 comments on commit 842c27f

Please sign in to comment.