From ed64473cf4aa8bf7ac372dbb13722c1be12073b5 Mon Sep 17 00:00:00 2001 From: Miles Cranmer Date: Fri, 2 Aug 2024 00:25:46 +0900 Subject: [PATCH] docs: update NEWS.md with removed keyword arg functionality --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 85c3ca5db1590..e7f0d4d0e3299 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 --------------------