diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8682c5a..b1bd92c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ struct YourCommandEntry { 4. **\[core\]** Added function `dispatch_args_dynamic` to `Program` 5. **\[core\]** Impl `std::io::Write` trait for `RenderResult` 6. **\[core\]** Added Help system, which allows binding an event for `--help` to an `Entry` via the `help!` macro +7. **\[core\]** Added the function `build_comp_script_to` to the `mingling::build` module: supports outputting completion scripts precisely to a specified directory ```rust #[help] |
