From 7d6661512865689f9755dd31b70e28ccb4644f75 Mon Sep 17 00:00:00 2001 From: metonymic-smokey Date: Tue, 21 Sep 2021 07:24:39 +0530 Subject: [PATCH] changelog fixes Signed-off-by: metonymic-smokey --- CHANGELOG.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5be3dc1665..5b9dc4137d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,16 +9,10 @@ NOTE: As semantic versioning states all 0.y.z releases can contain breaking chan We use *breaking :warning:* to mark changes that are not backward compatible (relates only to v0.y.z releases.) ## Unreleased -- [#4679](https://github.com/thanos-io/thanos/pull/4679) Added `enable-feature` flag to enable negative offsets and @ modifier, similar to Prometheus. - -### Added -- [#4680](https://github.com/thanos-io/thanos/pull/4680) Query: add `exemplar.partial-response` flag to control partial response. - -### Added -- [#4680](https://github.com/thanos-io/thanos/pull/4680) Query: add `exemplar.partial-response` flag to control partial response. ### Added - [#4680](https://github.com/thanos-io/thanos/pull/4680) Query: add `exemplar.partial-response` flag to control partial response. +- [#4679](https://github.com/thanos-io/thanos/pull/4679) Added `enable-feature` flag to enable negative offsets and @ modifier, similar to Prometheus. ## v0.23.0 - In Progress