docs: Update changelog

This commit is contained in:
Ed Page 2024-08-08 11:08:55 -05:00
parent 2690e1bdb1
commit a8abcb40c5
2 changed files with 12 additions and 0 deletions

View file

@ -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

View file

@ -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