add changelog entry [ci skip]

This commit is contained in:
Anton Kaliaev 2017-09-18 18:06:10 -07:00 committed by Ethan Buchman
parent 65a07b80a3
commit 246082368a
1 changed files with 5 additions and 4 deletions

View File

@ -1,18 +1,19 @@
# Changelog
## 0.3.0 (August 25, 2017)
## 0.3.0 (September 21, 2017_
BREAKING CHANGES:
- [log] logger functions no longer returns an error
- [common] NewBaseService takes the new logger
- [cli] RunCaptureWithArgs now captures stderr and stdout
- +func RunCaptureWithArgs(cmd Executable, args []string, env map[string]string) (stdout, stderr string, err error)
- -func RunCaptureWithArgs(cmd Executable, args []string, env map[string]string) (output string, err error)
- -func RunCaptureWithArgs(cmd Executable, args []string, env map[string]string) (output string, err error)
FEATURES:
- [common] various common HTTP functionality
- [common] Date range parsing from string (ex. "2015-12-31:2017-12-31")
- [common] Date range parsing from string (ex. "2015-12-31:2017-12-31")
- [pubsub] New package for publish-subscribe with more advanced filtering
BUG FIXES:
@ -30,7 +31,7 @@ FEATURES:
IMPROVEMENTS:
- [cli] Error handling for tests
- [cli] Support dashes in ENV variables
- [cli] Support dashes in ENV variables
BUG FIXES: