Skip to content

Commit 7bc1995

Browse files
authored
rc1: 0.13 (#200)
* 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
1 parent be60f69 commit 7bc1995

File tree

2 files changed

+26
-16
lines changed

2 files changed

+26
-16
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
Special thanks to external contributors on this release:
6+
7+
### BREAKING CHANGES
8+
9+
### IMPROVEMENTS
10+
11+
### Bug Fix
12+
13+
## 0.13.0 (January 16, 2019)
14+
15+
Special thanks to external contributors on this release:
16+
@rickyyangz, @mattkanwisher
17+
18+
### BREAKING CHANGES
19+
20+
- [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.
21+
- [dep] [\#194](https://github.com/tendermint/iavl/pull/194) Update tm-db to 0.4.0 this includes interface breaking to return errors.
22+
23+
### IMPROVEMENTS
24+
25+
### Bug Fix
26+
27+
- [orphans] [#177](https://github.com/tendermint/iavl/pull/177) Collect all orphans after remove (@rickyyangz)
28+
329
## 0.12.4 (July 31, 2019)
430

531
### IMPROVEMENTS

CHANGELOG_PENDING.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)