Merge pull request #185 from tendermint/bucky/merge-master

Bucky/merge master
This commit is contained in:
Ethan Buchman 2018-04-02 22:26:22 +03:00 committed by GitHub
commit a557bb4d0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 8 deletions

View File

@ -1,12 +1,6 @@
# Changelog
## 0.8.1 (TBD)
BUG FIXES:
- [pubsub] fix unsubscribing
## 0.8.0 (March 22, 2018)
## 0.8.0 (TBD)
BREAKING:
@ -15,12 +9,20 @@ BREAKING:
- [common] Refactored and fixed `Parallel` function
- [common] Refactored `Rand` functionality
- [common] Remove unused `Right/LeftPadString` functions
- [common] Remove StackError, introduce Error interface (to replace use of pkg/errors)
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)
- [common] SplitAndTrim func
BUG FIXES:
- [pubsub] Fix unsubscribing
- [cli] Return config errors
## 0.7.1 (March 22, 2018)
IMPROVEMENTS: