You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

202 lines
721 B

7 years ago
7 years ago
7 years ago
  1. # Changelog
  2. ## 0.2.1 (June 2, 2017)
  3. FEATURES:
  4. - [cli] Log level parsing moved here from tendermint repo
  5. ## 0.2.0 (May 18, 2017)
  6. BREAKING CHANGES:
  7. - [common] NewBaseService takes the new logger
  8. FEATURES:
  9. - [cli] New library to standardize building command line tools
  10. - [log] New logging library
  11. BUG FIXES:
  12. - [autofile] Close file before rotating
  13. ## 0.1.0 (May 1, 2017)
  14. Initial release, combines what were previously independent repos:
  15. - go-autofile
  16. - go-clist
  17. - go-common
  18. - go-db
  19. - go-events
  20. - go-flowrate
  21. - go-logger
  22. - go-merkle
  23. - go-process