mirror of https://github.com/fafhrd91/actix-web
update changelog
This commit is contained in:
parent
9dea566457
commit
2bc4e86acd
|
@ -3,9 +3,11 @@
|
||||||
## Unreleased - 2021-xx-xx
|
## Unreleased - 2021-xx-xx
|
||||||
### Changed
|
### Changed
|
||||||
* Guarantee ordering of `header::GetAll` iterator to be same as insertion order. [#2467]
|
* Guarantee ordering of `header::GetAll` iterator to be same as insertion order. [#2467]
|
||||||
* Expose `header::{GetAll, Removed}` iterators. [#2467]
|
* Expose `header::map` module. [#2467]
|
||||||
|
* Implement `ExactSizeIterator` and `FusedIterator` for all `HeaderMap` iterators. [#2470]
|
||||||
|
|
||||||
[#2467]: https://github.com/actix/actix-web/pull/2467
|
[#2467]: https://github.com/actix/actix-web/pull/2467
|
||||||
|
[#2470]: https://github.com/actix/actix-web/pull/2470
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0-beta.13 - 2021-11-22
|
## 3.0.0-beta.13 - 2021-11-22
|
||||||
|
|
Loading…
Reference in New Issue