Browse Source

add changelog

pull/1842/head
Ethan Buchman 7 years ago
parent
commit
812d9f9b84
1 changed files with 196 additions and 0 deletions
  1. +196
    -0
      CHANGELOG.md

+ 196
- 0
CHANGELOG.md 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

Loading…
Cancel
Save