From c0abeee648e8ba6b212575add67a3831e545598c Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Mon, 22 Nov 2021 19:38:55 -0500 Subject: [PATCH] docs: fixed heading size for bugfixes in 0.7 --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f34f73..e2cc3ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,12 +32,11 @@ This is the changelog for the Hilbish shell made in Go and Lua. - Module properties (like `hilbish.ver`) are documented with the `doc` command. - Document bait hooks -# Fixed +### Fixed - The prompt won't come up on terminal resize anymore. - `appendPath` should work properly on Windows. - A panic when a commander has an error has been fixed. - ## [0.6.1] - 2021-10-21 ### Fixed - Require paths now use the `dataDir` variable so there is no need to change it anymore unless you want to add more paths