diff --git a/CHANGELOG.md b/CHANGELOG.md index ec8db20..cebe18e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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