diff --git a/CHANGELOG.md b/CHANGELOG.md index ea7410d7..02278c1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: