We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 112c80e commit d5e470bCopy full SHA for d5e470b
CHANGELOG.md
@@ -5,9 +5,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
6
## Unreleased
7
8
+### Added
9
+
10
+- New struct `cmd::ProcessLinesActions` to expose actions available while reading live output from a command.
11
12
### Changed
13
-- The file `.cargo/config` will be removed before starting the build
14
+- **BREAKING**: `Command::process_lines` now accepts a `FnMut(&str, &mut ProcessLinesActions)`.
15
+- The file `.cargo/config` will be removed before starting the build.
16
17
## [0.6.1] - 2020-05-04
18
0 commit comments