1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 21:39:26 +00:00

update changelog

This commit is contained in:
Rob Ede 2021-12-01 19:01:55 +00:00
parent 75b026b740
commit 303843dcda
No known key found for this signature in database
GPG key ID: 97C636207D3EF933

View file

@ -2,16 +2,16 @@
## Unreleased - 2021-xx-xx
### Added
* Methods on `AcceptLanguage`: `ranked` and `preference`. [#????]
* Methods on `AcceptLanguage`: `ranked` and `preference`. [#2480]
### Changed
* Rename `Accept::{mime_precedence => ranked}`. [#????]
* Rename `Accept::{mime_preference => preference}`. [#????]
* Rename `Accept::{mime_precedence => ranked}`. [#2480]
* Rename `Accept::{mime_preference => preference}`. [#2480]
### Fixed
* Accept wildcard `*` items in `AcceptLanguage`. [#????]
* Accept wildcard `*` items in `AcceptLanguage`. [#2480]
[#????]: https://github.com/actix/actix-web/pull/????
[#2480]: https://github.com/actix/actix-web/pull/2480
## 4.0.0-beta.13 - 2021-11-30