Skip to content

Commit

Permalink
release: v0.4 (#37)
Browse files Browse the repository at this point in the history
* release: release v0.4

Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>

* update changelog
  • Loading branch information
tac0turtle authored Jan 7, 2020
1 parent 5d98246 commit e308ac9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## 0.4

**2020-1-7**

### BREAKING CHANGES

- [\#30](https://github.com/tendermint/tm-db/pull/30) Interface Breaking, Interfaces return errors instead of panic:
Expand All @@ -21,9 +25,7 @@
- `Write() error`
- `WriteSync() error`
- Iterator interface:
- `Next() error`
- `Key() (key []byte, err error)`
- `Value() (value []byte, err error)`
- `Error() error`


### IMPROVEMENTS
Expand Down

0 comments on commit e308ac9

Please sign in to comment.