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.

224 lines
1.2 KiB

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