From 6d0f17dd8bc492c29a9f4b7db6811645f87542ac Mon Sep 17 00:00:00 2001 From: Mari Date: Tue, 15 Mar 2022 07:09:23 +0100 Subject: [PATCH] Add changelog entries for zstd bump --- actix-http/CHANGES.md | 3 ++- actix-web/CHANGES.md | 3 ++- awc/CHANGES.md | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index 71132c6b2..33d331ccd 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -1,7 +1,8 @@ # Changes ## Unreleased - 2021-xx-xx - +### Dependencies +- Updated `zstd` to 0.11 [#2694]s ## 3.0.4 - 2022-03-09 ### Fixed diff --git a/actix-web/CHANGES.md b/actix-web/CHANGES.md index 2461cb3a1..5701299f8 100644 --- a/actix-web/CHANGES.md +++ b/actix-web/CHANGES.md @@ -1,7 +1,8 @@ # Changelog ## Unreleased - 2021-xx-xx - +### Dependencies +- Updated `zstd` to `0.11` [#2694] ## 4.0.1 - 2022-02-25 ### Fixed diff --git a/awc/CHANGES.md b/awc/CHANGES.md index ebc0dbe61..ad792d1d8 100644 --- a/awc/CHANGES.md +++ b/awc/CHANGES.md @@ -1,7 +1,8 @@ # Changes ## Unreleased - 2021-xx-xx - +### Dependencies +- Updated `zstd` to `0.11` [#2694] ## 3.0.0 - 2022-03-07 ### Dependencies