Skip to content

Commit

Permalink
Add wrap_as_variadic_fn in the CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Urgau committed May 25, 2023
1 parent acb2fd7 commit 1a24bf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@
instead of `&[u8]`. (Requires Rust 1.59 or higher.)
* Added the `--generate-shell-completions` CLI flag to generate completions for
different shells.
* The `--wrap-static-fns` option can now wrap `va_list` functions as variadic functions
with the experimental `wrap_as_variadic_fn` callback.

## Changed

Expand Down

0 comments on commit 1a24bf3

Please sign in to comment.