From 4836fceada0d9a87a82e1f2b011b3f9f5956dc4c Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Sat, 23 May 2026 17:44:17 +0800 Subject: Add Default derive and Option Pickable implementation --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b7bf1a..26fcabf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,10 @@ fn render_greeting(prev: Greeting, res: &MyRes) { } ``` +5. **\[picker\]** Implement `Pickable` for `Option` + +Added `impl + Default> Pickable for Option`, allowing optional values to be directly parsed via `Pickable` without manually handling the `Option` wrapping logic. + #### **BREAKING CHANGES** (API CHANGES): 1. **\[core\]** Panic Unwind will not be supported when the `async` feature is enabled 2. **\[core\]** `modify_res` signature changed: now returns `Return` instead of `()` -- cgit