add changelog

This commit is contained in:
Ethan Buchman 2017-05-15 09:09:42 -04:00
parent da68014a50
commit 812d9f9b84
1 changed files with 196 additions and 0 deletions

196
CHANGELOG.md Normal file
View File

@ -0,0 +1,196 @@
# Changelog
## 0.2.0 (May 15, 2017)
BREAKING CHANGES:
- [common] NewBaseService takes the new logger
FEATURES:
- [cli] New library to standardize building command line tools
- [log] New logging library
BUG FIXES:
- [autofile] Close file before rotating
## 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