Skip to content

Commit

Permalink
rc1: 0.13 (#200)
Browse files Browse the repository at this point in the history
* rc1: 0.13

- rc for 0.13
- removed changelog_pending in favor of a single changelog with a unreleased section

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

* add sentence to dep update

* add matt to thank yous
  • Loading branch information
tac0turtle authored Jan 16, 2020
1 parent be60f69 commit 7bc1995
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 16 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## Unreleased

Special thanks to external contributors on this release:

### BREAKING CHANGES

### IMPROVEMENTS

### Bug Fix

## 0.13.0 (January 16, 2019)

Special thanks to external contributors on this release:
@rickyyangz, @mattkanwisher

### BREAKING CHANGES

- [pruning] [/#158](https://github.com/tendermint/iavl/pull/158) NodeDB constructor must provide `keepRecent` and `keepEvery` fields to define PruningStrategy. All Save functionality must specify whether they should flushToDisk as well using `flushToDisk` boolean argument. All Delete functionality must specify whether object should be deleted from memory only using the `memOnly` boolean argument.
- [dep] [\#194](https://github.com/tendermint/iavl/pull/194) Update tm-db to 0.4.0 this includes interface breaking to return errors.

### IMPROVEMENTS

### Bug Fix

- [orphans] [#177](https://github.com/tendermint/iavl/pull/177) Collect all orphans after remove (@rickyyangz)

## 0.12.4 (July 31, 2019)

### IMPROVEMENTS
Expand Down
16 changes: 0 additions & 16 deletions CHANGELOG_PENDING.md

This file was deleted.

0 comments on commit 7bc1995

Please sign in to comment.