changelog

This commit is contained in:
rigel rozanski 2017-06-20 16:40:32 -04:00
parent 0a3a08a3bc
commit 34bcb30f1c
1 changed files with 4 additions and 0 deletions

View File

@ -1,10 +1,14 @@
# Changelog
## Develop-Branch changes (unreleased)
BREAKING CHANGES:
- [run] 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)
## 0.2.1 (June 2, 2017)