docs: changelog

This commit is contained in:
Rob Ede 2024-06-09 00:08:45 +01:00
parent 3c082b7e5e
commit a44d5a4f53
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@
## Unreleased
- Add `#[scope]` macro.
- Add `compat-routing-macros-force-pub` crate feature which, on-by-default, which when disabled causes handlers to inherit their attached function's visibility.
- Prevent inclusion of default `actix-router` features.
- Minimum supported Rust version (MSRV) is now 1.72.

View File

@ -6,6 +6,8 @@
- Add `CustomizeResponder::add_cookie()` method.
- Add `guard::GuardContext::app_data()` method.
- Add `compat-routing-macros-force-pub` crate feature which (on-by-default) which, when disabled, causes handlers to inherit their attached function's visibility.
- Add `compat` crate feature group (on-by-default) which, when disabled, helps with transitioning to some planned v5.0 breaking changes, starting only with `compat-routing-macros-force-pub`.
- Implement `From<Box<dyn ResponseError>>` for `Error`.
## 4.6.0