diff --git a/CHANGELOG.md b/CHANGELOG.md index cebe18e..858c15d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - `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) +- Add fuzzy search to history search (enable via `hilbish.opts.fuzzy = true`) ### Fixed - Replaced `sed` in-place editing with `grep` and `mv` for compatibility with BSD utils