diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-20 05:05:41 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-20 05:05:41 +0800 |
| commit | 4a4591affcdb9fef4025e1493546ea77132ce7d2 (patch) | |
| tree | eeb7af78d659e4696bb1ac3eff7149deb551cacf /CHANGELOG.md | |
| parent | 658089f9386f35ab4abb68c320bcfa1764e2ae78 (diff) | |
feat: adjust feature presets in mingling
Move `pathf` to `advanced` and remove it from `full`, while removing
`dispatch_tree` from `advanced`.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f87fbb2..185b78c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -524,6 +524,11 @@ None _No behavioral changes — the setup still registers the same `ResExitCode` resource (initialised to `0`) and installs the same program-finish hook that overrides the program's exit code when the resource holds a non-zero value. The type simplification is purely ergonomic._ +11. **[`features`]** Updated the preset feature groups in `mingling/Cargo.toml`: + +- **`advanced`** — Changed from `extras`, `picker`, `repl`, `comp`, `dispatch_tree`, `structural_renderer` to `extras`, `picker`, `repl`, `comp`, `structural_renderer`, `pathf`. The `dispatch_tree` feature was removed and `pathf` was added. +- **`full`** — Changed from `extras`, `picker`, `repl`, `clap`, `comp`, `dispatch_tree`, `structural_renderer_full`, `pathf` to `extras`, `picker`, `repl`, `clap`, `comp`, `dispatch_tree`, `structural_renderer_full`. The `pathf` feature was removed, while `dispatch_tree` remains. + --- ## Contents |
