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 Apr 18, 2022
1 parent 63b838d commit 3bfd6c1
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 @@ -37,6 +37,8 @@ New library functions
---------------------

* `Iterators.flatmap` was added ([#44792]).
* New helper `Splat(f)` which acts like `x -> f(x...)`, with pretty printing for
inspecting which function `f` was originally wrapped. ([#42717])

Library changes
---------------
Expand All @@ -48,7 +50,6 @@ Library changes
* Predicate function negation `!f` now returns a composed function `(!) ∘ f` instead of an anonymous function ([#44752]).
* `RoundFromZero` now works for non-`BigFloat` types ([#41246]).


Standard library changes
------------------------

Expand Down Expand Up @@ -110,6 +111,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 3bfd6c1

Please sign in to comment.