From 0c3216e519d0af8f1ef79f49d59b814cfa79021e Mon Sep 17 00:00:00 2001 From: sammyette Date: Sat, 25 Mar 2023 17:41:48 -0400 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) 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