Skip to content

Commit

Permalink
docs: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Sep 20, 2024
1 parent ae1457b commit 23feee1
Showing 1 changed file with 8 additions and 0 deletions.
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)* Change completion order to subcommands, positional values, flags
- *(dynamic)* When completing `-[TAB]`, prioritize shorts over longs
- *(dynamic)* De-duplicate completions that have the same result (longs, shorts, aliases)
- *(dynamic)* Group candidates from the same `CompletionCandidate::tag`
- *(dynamic)* Sort candidates within a `CompletionCandidate::tag` by their `display_order`

## [4.5.28] - 2024-09-17

### Compatibility
Expand Down

0 comments on commit 23feee1

Please sign in to comment.