We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1509828 commit a2f8b1aCopy full SHA for a2f8b1a
clap_complete/CHANGELOG.md
@@ -7,12 +7,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
<!-- next-header -->
8
## [Unreleased] - ReleaseDate
9
10
+### Fixes
11
+
12
+- *(fish)* Properly escape `()` in descriptions
13
14
## [4.4.0] - 2023-08-24
15
16
### Compatibility
17
18
- Update MSRV to 1.70.0
19
20
+### Features
21
22
+- *(unstable)* Fish dynamic completion support
23
24
25
26
+- *(unstable)* Manual control over sort order
27
+- *(unstable)* Don't recursively report subcommands
28
+- *(unstable)* Get bash support working again
29
+- *(unstable)* Ensure shorts keep their leading `-`
30
31
## [4.3.2] - 2023-07-05
32
33
### Fixes
0 commit comments