diff --git a/MIGRATION.md b/MIGRATION.md index 4ecff7b2f..e2da4004d 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -15,6 +15,10 @@ * `FromRequest::Result` has to implement `Into>` +* [`Responder::respond_to()`]( + https://actix.rs/actix-web/actix_web/trait.Responder.html#tymethod.respond_to) + is generic over `S` + * `HttpRequest::query()` is deprecated. Use `Query` extractor. ```rust