docs: Update changelog

This commit is contained in:
Ed Page 2024-09-17 16:12:29 -05:00
parent 6ac153557c
commit 06c5f5f329

View file

@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header --> <!-- next-header -->
## [Unreleased] - ReleaseDate ## [Unreleased] - ReleaseDate
### Compatibility
- *(dynamic)* The binary called when completing is now `std::env::args_os()[0]`, rather than `Command::name`
### Features
- *(dynamic)* Allow overriding the binary being completed and the binary being called for completions
### Fixes
- *(dynamic)* By default, remove wrappers around a binary when calling for completions
## [4.5.27] - 2024-09-17 ## [4.5.27] - 2024-09-17
### Fixes ### Fixes