From 3157a928986298875ca48e6d5f77132a32dfb1f0 Mon Sep 17 00:00:00 2001 From: Erik Grinaker Date: Tue, 10 Nov 2020 15:38:51 +0100 Subject: [PATCH] changelog: update with 0.5.2 release (#138) --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd1626ad8..0db854e79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ ### Improvements -- [\#134](https://github.com/tendermint/tm-db/pull/134) Improve GoLevelDB iterator performance by bounding underlying iterator range (@klim0v) +- [goleveldb] [\#134](https://github.com/tendermint/tm-db/pull/134) Improve iterator performance by bounding underlying iterator range (@klim0v) ## 0.6.2 @@ -44,6 +44,14 @@ Bump grpc, badger and goleveldb (see versions in go.mod file) - [\#97](https://github.com/tendermint/tm-db/pull/97) `RemoteDB` iterators are now correctly primed with the first item when created, without calling `Next()` (@erikgrinaker) +## 0.5.2 + +**2020-11-10** + +### Improvements + +- [goleveldb] [\#134](https://github.com/tendermint/tm-db/pull/134) Improve iterator performance by bounding underlying iterator range (@klim0v) + ## 0.5.1 **2020-03-30**