Skip to content

Commit

Permalink
docs: update NEWS.md with removed keyword arg functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer authored Aug 1, 2024
1 parent 0271f75 commit ed64473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ New library functions
* The new `isfull(c::Channel)` function can be used to check if `put!(c, some_value)` will block. ([#53159])
* `waitany(tasks; throw=false)` and `waitall(tasks; failfast=false, throw=false)` which wait multiple tasks at once ([#53341]).
* `uuid7()` creates an RFC 9652 compliant UUID with version 7 ([#54834]).
* The new `Fix` type is a generalization of `Fix1/Fix2` for fixing an argument or keyword argument ([#54653]).
* The new `Fix` type is a generalization of `Fix1/Fix2` for fixing a single argument ([#54653]).

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

0 comments on commit ed64473

Please sign in to comment.