Skip to content

Commit

Permalink
release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
j50n committed Feb 16, 2022
1 parent b1b361a commit 9933904
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@

## 0.15.0

This release contains minor breaking changes.

- `#23` **fix** Separators on Windows are "\r\n" and "\n" elsewhere.
- `#24` **enhancement** `stderr` handler now passes bytes rather than text.
- `#25` **enhancement** `stderr` handler can pass back something (`unknown`
type) to be attached to the error, if there is an error.

To convert bytes to lines of text, you can use `proc.toLines()`.

## 0.14.4

- **documentation** Various edits to documentation and examples.
Expand Down

0 comments on commit 9933904

Please sign in to comment.