From 05116e12ab35bcf9a223cf4b6c6f5fb25fc84e5e Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 30 Nov 2021 01:45:44 +0000 Subject: [PATCH] update changelogs --- CHANGES.md | 4 ++-- actix-http-test/CHANGES.md | 5 +++-- actix-http/CHANGES.md | 4 ++-- awc/CHANGES.md | 4 ++-- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 70efe87a05d..77bf8c955ce 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/actix-http-test/CHANGES.md b/actix-http-test/CHANGES.md index c4353502f56..5a871c82d9e 100644 --- a/actix-http-test/CHANGES.md +++ b/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] diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index aab8fdc8778..c4f23b78948 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -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 diff --git a/awc/CHANGES.md b/awc/CHANGES.md index 680ab37b483..7851ef77c47 100644 --- a/awc/CHANGES.md +++ b/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