mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 14:52:17 +00:00
Merge branch 'master' into develop
* Update changelog
This commit is contained in:
commit
41302c206a
18
CHANGELOG.md
18
CHANGELOG.md
@ -1,12 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 0.8.1 (TBD)
|
## 0.8.0 (TBD)
|
||||||
|
|
||||||
BUG FIXES:
|
|
||||||
|
|
||||||
- [pubsub] fix unsubscribing
|
|
||||||
|
|
||||||
## 0.8.0 (March 22, 2018)
|
|
||||||
|
|
||||||
BREAKING:
|
BREAKING:
|
||||||
|
|
||||||
@ -15,12 +9,20 @@ BREAKING:
|
|||||||
- [common] Refactored and fixed `Parallel` function
|
- [common] Refactored and fixed `Parallel` function
|
||||||
- [common] Refactored `Rand` functionality
|
- [common] Refactored `Rand` functionality
|
||||||
- [common] Remove unused `Right/LeftPadString` functions
|
- [common] Remove unused `Right/LeftPadString` functions
|
||||||
|
- [common] Remove StackError, introduce Error interface (to replace use of pkg/errors)
|
||||||
|
|
||||||
FEATURES:
|
FEATURES:
|
||||||
|
|
||||||
- [db] NewPrefixDB for a DB with all keys prefixed
|
- [db] NewPrefixDB for a DB with all keys prefixed
|
||||||
- [db] NewDebugDB prints everything during operation
|
- [db] NewDebugDB prints everything during operation
|
||||||
- [common] Error interface (so we don't use pkg/errors)
|
- [common] SplitAndTrim func
|
||||||
|
|
||||||
|
BUG FIXES:
|
||||||
|
|
||||||
|
- [pubsub] Fix unsubscribing
|
||||||
|
- [cli] Return config errors
|
||||||
|
|
||||||
|
## 0.7.1 (March 22, 2018)
|
||||||
|
|
||||||
IMPROVEMENTS:
|
IMPROVEMENTS:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user