chore: update changelog

sink-enhance
sammyette 2023-03-25 17:41:48 -04:00
parent 1334b96709
commit 0c3216e519
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,12 @@
# 🎀 Changelog
## Unreleased
### Added
- Made a few additions to the sink type:
- `read()` method for retrieving input (so now the `in` sink of commanders is useful)
- `flush()` and `autoFlush()` related to flushing outputs
- `pipe` property to check if a sink with input is a pipe (like stdin)
### Fixed
- Replaced `sed` in-place editing with `grep` and `mv` for compatibility with BSD utils