Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanDeMeyer committed Nov 8, 2020
1 parent 50be820 commit 8f70f97
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

## 14.2.1

- Bugfix: Make sure `reproc_run` handles forked child processes correctly.
- Bugfix: `reproc_run` now handles forked child processes correctly.
- Bugfix: Sinks of different types can now be passed to `reproc::drain`.
- Bugfix: Processes on Windows returning negative exit codes don't cause asserts
anymore.
- Bugfix: Dependency on librt on POSIX (except osx) systems is now explicit in
CMake.
- Bugfix: Added missing stdout redirect option to reproc++.

## 14.2.0

Expand Down

0 comments on commit 8f70f97

Please sign in to comment.