From ae356f6ffaa45ad5a3123187434a0aab0728b281 Mon Sep 17 00:00:00 2001 From: sammyette Date: Wed, 25 Oct 2023 00:24:17 -0400 Subject: [PATCH] docs: add details to changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63f1778..f73c4cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ - `pipe` property to check if a sink with input is a pipe (like stdin) - Show indexes on cdr list - Fix doc command not displaying correct subdocs when using shorthand api doc access (`doc api hilbish.jobs` as an example) +- Greenhouse + - Greenhouse is a pager library and program. Basic usage is `greenhouse ` + - Using this also brings enhancements to the `doc` command like easy + navigation of neighboring doc files. ### Fixed - Replaced `sed` in-place editing with `grep` and `mv` for compatibility with BSD utils