mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-23 16:21:06 +01:00
Fix typos in CHANGES.md (#2025)
Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
parent
42711c23d7
commit
ebaf25d55a
16
CHANGES.md
16
CHANGES.md
@ -168,7 +168,7 @@
|
|||||||
|
|
||||||
## 3.0.0-beta.4 - 2020-09-09
|
## 3.0.0-beta.4 - 2020-09-09
|
||||||
### Added
|
### Added
|
||||||
* `middleware::NormalizePath` now has configurable behaviour for either always having a trailing
|
* `middleware::NormalizePath` now has configurable behavior for either always having a trailing
|
||||||
slash, or as the new addition, always trimming trailing slashes. [#1639]
|
slash, or as the new addition, always trimming trailing slashes. [#1639]
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
@ -496,7 +496,7 @@
|
|||||||
|
|
||||||
## [1.0.0-rc] - 2019-05-18
|
## [1.0.0-rc] - 2019-05-18
|
||||||
|
|
||||||
### Add
|
### Added
|
||||||
|
|
||||||
* Add `Query<T>::from_query()` to extract parameters from a query string. #846
|
* Add `Query<T>::from_query()` to extract parameters from a query string. #846
|
||||||
* `QueryConfig`, similar to `JsonConfig` for customizing error handling of query extractors.
|
* `QueryConfig`, similar to `JsonConfig` for customizing error handling of query extractors.
|
||||||
@ -512,7 +512,7 @@
|
|||||||
|
|
||||||
## [1.0.0-beta.4] - 2019-05-12
|
## [1.0.0-beta.4] - 2019-05-12
|
||||||
|
|
||||||
### Add
|
### Added
|
||||||
|
|
||||||
* Allow to set/override app data on scope level
|
* Allow to set/override app data on scope level
|
||||||
|
|
||||||
@ -538,7 +538,7 @@
|
|||||||
|
|
||||||
* CORS handling without headers #702
|
* CORS handling without headers #702
|
||||||
|
|
||||||
* Allow to construct `Data` instances to avoid double `Arc` for `Send + Sync` types.
|
* Allow constructing `Data` instances to avoid double `Arc` for `Send + Sync` types.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
@ -602,7 +602,7 @@
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
* Allow to use any service as default service.
|
* Allow using any service as default service.
|
||||||
|
|
||||||
* Remove generic type for request payload, always use default.
|
* Remove generic type for request payload, always use default.
|
||||||
|
|
||||||
@ -665,13 +665,13 @@
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
* rustls support
|
* Rustls support
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
* use forked cookie
|
* Use forked cookie
|
||||||
|
|
||||||
* multipart::Field renamed to MultipartField
|
* Multipart::Field renamed to MultipartField
|
||||||
|
|
||||||
## [1.0.0-alpha.1] - 2019-03-28
|
## [1.0.0-alpha.1] - 2019-03-28
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user