Skip to content

Commit

Permalink
changelog: update with 0.5.2 release (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgrinaker authored Nov 10, 2020
1 parent 3c338ca commit 3157a92
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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**
Expand Down

0 comments on commit 3157a92

Please sign in to comment.