aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
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`
---