From 156819ccb106bbeb207e985f561780e2929344bc Mon Sep 17 00:00:00 2001 From: Naman Jain Date: Wed, 25 Aug 2021 14:31:19 +0530 Subject: [PATCH] Update CHANGELOG for v2.2007.4 (#1740) (cherry picked from commit ee6065b8876e596187692de0a05197b0f0d9910f) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34396c99d..2cc490e42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). +## [2.2007.4] - 2021-08-25 + +### Fixed + - Fix build on Plan 9 (#1451) (#1508) (#1738) + +### Features + - feat(zstd): backport replacement of DataDog's zstd with Klauspost's zstd (#1736) + ## [2.2007.3] - 2021-07-21 ### Fixed