packages feed

streamly-process-0.2.0: CHANGELOG.md

# Changelog

## 0.2.0 (Dec 2021)

* The process in following APIs is now terminated with SIGTERM if an exception
  is thrown or if the process is garbage collected before it could terminate.
  - `toBytes`
  - `processChunks`
  - `processBytes`

## 0.1.0 (Jul 2021)

* Initial version.