finish changelog

This commit is contained in:
Ethan Buchman 2018-03-22 13:55:55 -04:00
parent b6400af7ac
commit dc1042eb5f
1 changed files with 9 additions and 3 deletions

View File

@ -1,15 +1,20 @@
# Changelog
## 0.7.1 (TBD)
## 0.8.0 (March 22, 2018)
BREAKING:
- [merkle] PutVarint->PutUvarint in encodeByteSlice
- [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:
@ -17,7 +22,8 @@ IMPROVEMENTS:
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)