Skip to content

Commit d5e470b

Browse files
committed
update changelog
1 parent 112c80e commit d5e470b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## Unreleased
77

8+
### Added
9+
10+
- New struct `cmd::ProcessLinesActions` to expose actions available while reading live output from a command.
11+
812
### Changed
913

10-
- 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.
1116

1217
## [0.6.1] - 2020-05-04
1318

0 commit comments

Comments
 (0)