From 5408b6ef3e76de5a58c7f3e0a6ff638c576caff7 Mon Sep 17 00:00:00 2001 From: Louis Date: Fri, 11 Feb 2022 20:27:35 +0100 Subject: [PATCH] chore(doc): typo in changelog --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index ad2ae34..00e68a8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ 1.10.3 ------ - Feat: Native support of gzip compression for streaming endpoints -- Feat: Native support of brotli (25% more compressed that gzip) compression for non-streaming endpoints, when available +- Feat: Native support of brotli (25% more compressed than gzip) compression for non-streaming endpoints, when available 1.10.2 ------