Skip to content

Commit a8abcb4

Browse files
committed
docs: Update changelog
1 parent 2690e1b commit a8abcb4

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2020
<!-- next-header -->
2121
## [Unreleased] - ReleaseDate
2222

23+
### Features
24+
25+
- *(unstable-ext)* Added `Arg::add` for attaching arbitrary state, like completion hints, to `Arg` without `Arg` knowing about it
26+
2327
## [4.5.13] - 2024-07-31
2428

2529
### Fixes

clap_complete/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
### Features
11+
12+
- *(dynamic)* Added `ArgValueCompleter` for custom completions
13+
14+
### Compatibility
15+
16+
- *(dynamic)* `CompletionCandidate::visible` was renamed to `CompletionCandidate::hide`
17+
1018
## [4.5.12] - 2024-07-31
1119

1220
#### Features

0 commit comments

Comments
 (0)