Skip to content

Commit c920699

Browse files
authored
Merge pull request #59 from tendermint/bucky/changelog-version
update changelog and version
2 parents 9b6f9c3 + e45c6fd commit c920699

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 0.8.0 (TBD)
4+
5+
BREAKING CHANGES
6+
7+
- Nodes are encoded using proto3/amino style integers and byte slices (ie. varints and
8+
varint prefixed byte slices)
9+
- Proofs are encoded using Amino
10+
- Hash function changed from RIPEMD160 to the first 20 bytes of SHA256 output
11+
312
## 0.7.0 (March 21, 2018)
413

514
BREAKING CHANGES

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package iavl
22

3-
const Version = "0.7.0"
3+
const Version = "0.8.0-dev"

0 commit comments

Comments
 (0)