diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-21 20:54:05 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-21 20:54:05 +0800 |
| commit | e4a4e3e2b558d771537c7a4c0ba22f0d6b541b6e (patch) | |
| tree | d942e66c44cd1bf3da4ec36c508f22458a41eab3 /CHANGELOG.md | |
| parent | 021f134a3b87674be3567583c2dd04e763075f37 (diff) | |
Update `modify_res` to return `Return` and rename internal method
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a5cc1fc..bdfc71d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,8 +40,10 @@ fn handle_path_pick(prev: PathPick) { } ``` -#### **BREAKING CHANGES**: +#### **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 `()` +3. **\[core\]** Renamed internal method `__modify_res_and_return_any` to `__modify_res_and_return_route` --- |
