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.

219 lines
1.1 KiB

8 years ago
8 years ago
8 years ago
  1. # Changelog
  2. ## 0.2.2 (June 16, 2017)
  3. FEATURES:
  4. - [common] IsHex and StripHex for handling `0x` prefixed hex strings
  5. - [log] NewTracingLogger returns a logger that output error traces, ala `github.com/pkg/errors`
  6. IMPROVEMENTS:
  7. - [cli] Error handling for tests
  8. - [cli] Support dashes in ENV variables
  9. BUG FIXES:
  10. - [flowrate] Fix non-deterministic test failures
  11. ## 0.2.1 (June 2, 2017)
  12. FEATURES:
  13. - [cli] Log level parsing moved here from tendermint repo
  14. ## 0.2.0 (May 18, 2017)
  15. BREAKING CHANGES:
  16. - [common] NewBaseService takes the new logger
  17. FEATURES:
  18. - [cli] New library to standardize building command line tools
  19. - [log] New logging library
  20. BUG FIXES:
  21. - [autofile] Close file before rotating
  22. ## 0.1.0 (May 1, 2017)
  23. Initial release, combines what were previously independent repos:
  24. - go-autofile
  25. - go-clist
  26. - go-common
  27. - go-db
  28. - go-events
  29. - go-flowrate
  30. - go-logger
  31. - go-merkle
  32. - go-process