aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-05 23:11:07 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-05 23:12:12 +0800
commitffeeb44ebb2854ca8d6e3617a46a49b946e37796 (patch)
tree2b396cfe251f9f9f7ae95892f3fae972171b3722 /CHANGELOG.md
parentd2dc9e1cc408ff68b8e976076a975fef2f12273c (diff)
Add stdout and user context configuration fields
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 91de864..4c86be4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -37,7 +37,7 @@ program.with_setup(ConfirmFlagSetup::new(["-C", "--confirm"]));
program.with_setup(BasicProgramSetup);
```
-3. **\[core\]** Added `verbose` option to `ProgramStdoutSetting` and `dry_run` option to `ProgramUserContext`. These fields are annotated as conventions only, meaning the framework does not enforce any particular behavior — it is up to the application to read and act on them.
+3. **\[core\]** Added `verbose`, `quiet`, `debug`, `color`, and `progress` fields to `ProgramStdoutSetting`, and `dry_run`, `force`, `interactive`, and `assume_yes` fields to `ProgramUserContext`. These fields are annotated as conventions only, meaning the framework does not enforce any particular behavior — it is up to the application to read and act on them.
#### **BREAKING CHANGES** (API CHANGES):