aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-28 15:58:03 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-28 15:58:03 +0800
commitdbc811d84fd809ea606a8bbed84b3e78e8cda334 (patch)
tree319dc4a00d0933ca19e4a94ce78a138c3bbb72f6 /CHANGELOG.md
parent4e293ccccc91f89fca5857a87c03afd83e7824f3 (diff)
Fix bool parsing ignoring explicit `--value true` flag
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b1bd92c..808b808 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
#### Fixes:
1. Fixed a build failure on **Windows** caused by `mingling_core/src/program.rs`
+2. **\[picker\]** Fixed an issue where the `Pickable` trait for `Yes` and `True` types could not correctly parse explicit boolean `--value true`
#### Features: