mirror of
https://github.com/actix/actix-web.git
synced 2024-12-17 13:46:36 +00:00
update changelog
This commit is contained in:
parent
75b026b740
commit
303843dcda
1 changed files with 5 additions and 5 deletions
10
CHANGES.md
10
CHANGES.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue