Skip to content

Commit

Permalink
docs: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Aug 8, 2024
1 parent 2690e1b commit a8abcb4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

### Features

- *(unstable-ext)* Added `Arg::add` for attaching arbitrary state, like completion hints, to `Arg` without `Arg` knowing about it

## [4.5.13] - 2024-07-31

### Fixes
Expand Down
8 changes: 8 additions & 0 deletions clap_complete/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

### Features

- *(dynamic)* Added `ArgValueCompleter` for custom completions

### Compatibility

- *(dynamic)* `CompletionCandidate::visible` was renamed to `CompletionCandidate::hide`

## [4.5.12] - 2024-07-31

#### Features
Expand Down

0 comments on commit a8abcb4

Please sign in to comment.