1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-23 16:21:06 +01:00

update changelog

This commit is contained in:
Rob Ede 2021-12-17 21:39:15 +00:00
parent 9cd8526085
commit 0bd5ccc432
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

@ -15,7 +15,7 @@
* Rename `test::{default_service => simple_service}`. Old name is deprecated. [#2518] * Rename `test::{default_service => simple_service}`. Old name is deprecated. [#2518]
* Rename `test::{read_response_json => call_and_read_body_json}`. Old name is deprecated. [#2518] * Rename `test::{read_response_json => call_and_read_body_json}`. Old name is deprecated. [#2518]
* Rename `test::{read_response => call_and_read_body}`. Old name is deprecated. [#2518] * Rename `test::{read_response => call_and_read_body}`. Old name is deprecated. [#2518]
* Relax body type and error bounds on test utilities. * Relax body type and error bounds on test utilities. [#2518]
### Removed ### Removed
* Top-level `EitherExtractError` export. [#2510] * Top-level `EitherExtractError` export. [#2510]