From 433c4ebd804167e357daa3e4071726c8ba04e759 Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Tue, 9 Aug 2022 11:29:32 -0700 Subject: [PATCH] chore: Add missing changelog entry (#1055) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2274b8a..0cce75b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ * **build:** `CODEC_PATH` moved from const to fn * **tonic** Remove codegen depedency on `compression` feature. +* **tonic** Remove `compression` feature in favor of `gzip` feature. # [v0.7.2](https://github.com/hyperium/tonic/compare/v0.7.1...v0.7.2) (2022-05-04)