Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sweikenb committed Sep 30, 2023
1 parent 42c6536 commit 19dd6f1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## Release [v6.0.0](https://github.com/sweikenb/pcntl/releases/tag/v6.0.0)

**Bugfixes**

- Sending IPC messages will now honor the returned bytes of the written buffer correctly

- **Features**

- `ProcessOutput` allows to modify the console output beside the default `STDOUT` and `STDERR`
- Unit and functional tests added using PHPUnit and GitHub actions
- Dedicated documentation added with static rendering using [mdBook](https://rust-lang.github.io/mdBook/) and GitHub
actions

**Breaking Changes**

- `ProcessPool` has been removed in favor of the more simplistic `ProcessQueue` approach

* * *

## Release [v5.0.0](https://github.com/sweikenb/pcntl/releases/tag/v5.0.0)

**Features**
Expand Down

0 comments on commit 19dd6f1

Please sign in to comment.