diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-15 22:36:02 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-15 22:36:57 +0800 |
| commit | 31638f3cf6cf8266edc0c8b30f44407229f79637 (patch) | |
| tree | 147c91d6c4ad36c6ff08d339a54501bd810c8936 /CHANGELOG.md | |
| parent | 6d61e0c46d33b917438386191e1e11351359abac (diff) | |
Add option to silence panic messages in stdout settings
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 89c0ba5..7fec970 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -79,6 +79,7 @@ this::<ThisProgram>().modify_res::<ExitCode>(|code| { ``` 11. **\[core\]** Added panic catch for program execution. +12. **\[core\]** Added the `stdout_setting.silence_panic` option, which is disabled by default. When enabled, `Program`'s `panic!` will not output to the console #### **BREAKING CHANGES**: |
