mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-07 20:40:44 +00:00
Release version 0.8.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Changelog
|
||||
|
||||
## 0.8.0 (TBD)
|
||||
## 0.8.0 (develop branch)
|
||||
|
||||
BREAKING:
|
||||
|
||||
@@ -16,7 +16,8 @@ FEATURES:
|
||||
- [db] NewPrefixDB for a DB with all keys prefixed
|
||||
- [db] NewDebugDB prints everything during operation
|
||||
- [common] SplitAndTrim func
|
||||
- [common] RandFloat64() and rand.Float64()
|
||||
- [common] rand.Float64(), rand.Int63n(n), rand.Int31n(n) and global equivalents
|
||||
- [common] HexBytes Format()
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
package version
|
||||
|
||||
const Version = "0.8.0-dev"
|
||||
const Version = "0.8.0"
|
||||
|
||||
Reference in New Issue
Block a user