From a1a9a9c435b88e57736c05e9b6b37dffeab01d72 Mon Sep 17 00:00:00 2001 From: Krasi Georgiev Date: Wed, 23 Jan 2019 16:09:52 +0200 Subject: [PATCH] remove a changelog double entry Signed-off-by: Krasi Georgiev --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d89c8a2f..ecf9e38a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,6 @@ - [REMOVED] `PrefixMatcher` is considered unused so was removed. - [CLEANUP] `Options.WALFlushInterval` is removed as it wasn't used anywhere. - [FEATURE] Add new `LiveReader` to WAL pacakge. Added to allow live tailing of a WAL segment, used by Prometheus Remote Write after refactor. The main difference between the new reader and the existing `Reader` is that for `LiveReader` a call to `Next()` that returns false does not mean that there will never be more data to read. - - [CHANGE] Empty blocks are not written during compaction [#374](https://github.com/prometheus/tsdb/pull/374) ## 0.3.1 - [BUGFIX] Fixed most windows test and some actual bugs for unclosed file readers.