From eca808a85289c0dc8773cb72d4971ee9f5abc02d Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Sat, 28 May 2022 18:57:31 -0400 Subject: [PATCH] docs: add entry to changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a1d377..c62a88e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,8 @@ includes git commit, branch, and (new!!) release name. - Added `fg` and `bg` builtins - `job.foreground()` and `job.background()`, when `job` is a job object, foreground and backgrounds a job respectively. +- Friendlier functions to the `hilbish.runner` interface, which also allow +having and using multiple runners. ### Changed - **Breaking Change:** Upgraded to Lua 5.4.