Skip to content

Commit

Permalink
update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Nov 30, 2021
1 parent 199e38f commit dd198a0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Expand Up @@ -2,9 +2,9 @@

## Unreleased - 2021-xx-xx
### Changed
* Update `actix-tls` to `3.0.0-rc.1`. [#????]
* Update `actix-tls` to `3.0.0-rc.1`. [#2474]

[#????]: https://github.com/actix/actix-web/pull/????
[#2474]: https://github.com/actix/actix-web/pull/2474


## 4.0.0-beta.12 - 2021-11-22
Expand Down
5 changes: 3 additions & 2 deletions actix-http-test/CHANGES.md
@@ -1,9 +1,10 @@
# Changes

## Unreleased - 2021-xx-xx
* Update `actix-tls` to `3.0.0-rc.1`. [#????]
* Update `actix-tls` to `3.0.0-rc.1`. [#2474]

[#2474]: https://github.com/actix/actix-web/pull/2474

[#????]: https://github.com/actix/actix-web/pull/????

## 3.0.0-beta.7 - 2021-11-22
* Fix compatibility with experimental `io-uring` feature of `actix-rt`. [#2408]
Expand Down
4 changes: 2 additions & 2 deletions actix-http/CHANGES.md
Expand Up @@ -5,11 +5,11 @@
* Guarantee ordering of `header::GetAll` iterator to be same as insertion order. [#2467]
* Expose `header::map` module. [#2467]
* Implement `ExactSizeIterator` and `FusedIterator` for all `HeaderMap` iterators. [#2470]
* Update `actix-tls` to `3.0.0-rc.1`. [#????]
* Update `actix-tls` to `3.0.0-rc.1`. [#2474]

[#2467]: https://github.com/actix/actix-web/pull/2467
[#2470]: https://github.com/actix/actix-web/pull/2470
[#????]: https://github.com/actix/actix-web/pull/????
[#2474]: https://github.com/actix/actix-web/pull/2474


## 3.0.0-beta.13 - 2021-11-22
Expand Down
4 changes: 2 additions & 2 deletions awc/CHANGES.md
@@ -1,9 +1,9 @@
# Changes

## Unreleased - 2021-xx-xx
* Update `actix-tls` to `3.0.0-rc.1`. [#????]
* Update `actix-tls` to `3.0.0-rc.1`. [#2474]

[#????]: https://github.com/actix/actix-web/pull/????
[#2474]: https://github.com/actix/actix-web/pull/2474


## 3.0.0-beta.11 - 2021-11-22
Expand Down

0 comments on commit dd198a0

Please sign in to comment.