From 3df70fb2b64f326593f96681c0c8476240547b8d Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 21 Aug 2024 14:36:53 -0500 Subject: [PATCH] docs: Update changelog --- clap_complete/CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/clap_complete/CHANGELOG.md b/clap_complete/CHANGELOG.md index c207d23b97a..249c1e19fe6 100644 --- a/clap_complete/CHANGELOG.md +++ b/clap_complete/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Features + +- *(dynamic)* Add `ArgValueCompleter`, a more flexible `ArgValueCandidates` +- *(dynamic)* Add `PathCompleter`, a more flexible `ValueHint::*Path` + +### Fixes + +- *(dynamic)* Sort `ValueHint::*Path` results +- *(dynamic)* Preserve the users path for `ValueHint::*Path` results + ## [4.5.20] - 2024-08-20 ### Compatibility