You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,31 @@
1
1
# Changelog
2
2
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)
0 commit comments