mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 06:42:16 +00:00
version and changelog
This commit is contained in:
parent
b30e3ba26d
commit
42145a82bd
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,5 +1,20 @@
|
||||
# Changelog
|
||||
|
||||
## 0.4.0 (October 26, 2017)
|
||||
|
||||
BREAKING:
|
||||
- [common] GoPath is now a function
|
||||
- [db] `DB` and `Iterator` interfaces have new methods to better support iteration
|
||||
|
||||
FEATURES:
|
||||
- [autofile] `Read([]byte)` and `Write([]byte)` methods on `Group` to support binary WAL
|
||||
|
||||
IMPROVEMENTS:
|
||||
- comments and linting
|
||||
|
||||
BUG FIXES:
|
||||
- [events] fix allocation error prefixing cache with 1000 empty events
|
||||
|
||||
## 0.3.2 (October 2, 2017)
|
||||
|
||||
BUG FIXES:
|
||||
|
@ -1,3 +1,3 @@
|
||||
package version
|
||||
|
||||
const Version = "0.3.2"
|
||||
const Version = "0.4.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user