mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-19 10:01:18 +00:00
Merge pull request #175 from tendermint/bucky/changelog
update version, changelog
This commit is contained in:
commit
c0549ec943
25
CHANGELOG.md
25
CHANGELOG.md
@ -1,5 +1,30 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.8.0 (March 22, 2018)
|
||||||
|
|
||||||
|
BREAKING:
|
||||||
|
|
||||||
|
- [merkle] `PutVarint->PutUvarint` in encodeByteSlice
|
||||||
|
- [db] batch.WriteSync()
|
||||||
|
- [common] Refactored and fixed `Parallel` function
|
||||||
|
- [common] Refactored `Rand` functionality
|
||||||
|
- [common] Remove unused `Right/LeftPadString` functions
|
||||||
|
|
||||||
|
FEATURES:
|
||||||
|
|
||||||
|
- [db] NewPrefixDB for a DB with all keys prefixed
|
||||||
|
- [db] NewDebugDB prints everything during operation
|
||||||
|
- [common] Error interface (so we don't use pkg/errors)
|
||||||
|
|
||||||
|
IMPROVEMENTS:
|
||||||
|
|
||||||
|
- glide -> dep
|
||||||
|
|
||||||
|
BUG FIXES:
|
||||||
|
|
||||||
|
- [common] Fix panic in NewBitArray for negative bits
|
||||||
|
- [common] Fix and simplify WriteFileAtomic so it cleans up properly
|
||||||
|
|
||||||
## 0.7.0 (February 20, 2018)
|
## 0.7.0 (February 20, 2018)
|
||||||
|
|
||||||
BREAKING:
|
BREAKING:
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
package version
|
package version
|
||||||
|
|
||||||
const Version = "0.7.0"
|
const Version = "0.8.0-dev"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user