Browse Source

changelog

pull/1842/head
rigel rozanski 7 years ago
parent
commit
34bcb30f1c
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      CHANGELOG.md

+ 4
- 0
CHANGELOG.md 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)


Loading…
Cancel
Save