Skip to content
This repository was archived by the owner on Aug 13, 2019. It is now read-only.

Commit f09fb89

Browse files
committed
Fixed CHANGELOG.
Signed-off-by: Bartek Plotka <[email protected]>
1 parent 78e9e36 commit f09fb89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
## master / unreleased
22

33
- [CHANGE] `chunks.MergeOverlappingChunks` moved to `tsdb.MergeOverlappingChunks`
4+
- [CHANGE] `Series` interface allows return chunk iterator that allows iterating over encoded chunks.
45

56
## 0.10.0
67

78
- [FEATURE] Added `DBReadOnly` to allow opening a database in read only mode.
89
- `DBReadOnly.Blocks()` exposes a slice of `BlockReader`s.
910
- `BlockReader` interface - removed MinTime/MaxTime methods and now exposes the full block meta via `Meta()`.
1011
- [FEATURE] `chunckenc.Chunk.Iterator` method now takes a `chunckenc.Iterator` interface as an argument for reuse.
11-
- [CHANGE] `Series` interface allows return chunk iterator that allows iterating over encoded chunks.
1212

1313
## 0.9.1
1414

0 commit comments

Comments
 (0)