tendermint/CHANGELOG.md

203 lines
721 B
Markdown
Raw Normal View History

2017-05-15 06:09:42 -07:00
# Changelog
2017-06-02 01:55:43 -07:00
## 0.2.1 (June 2, 2017)
FEATURES:
- [cli] Log level parsing moved here from tendermint repo
2017-05-18 02:27:26 -07:00
## 0.2.0 (May 18, 2017)
2017-05-15 06:09:42 -07:00
BREAKING CHANGES:
- [common] NewBaseService takes the new logger
FEATURES:
- [cli] New library to standardize building command line tools
- [log] New logging library
BUG FIXES:
2017-06-02 01:55:43 -07:00
- [autofile] Close file before rotating
2017-05-15 06:09:42 -07:00
## 0.1.0 (May 1, 2017)
Initial release, combines what were previously independent repos:
- go-autofile
- go-clist
- go-common
- go-db
- go-events
- go-flowrate
- go-logger
- go-merkle
- go-process