From 21cff98369e91444bc9c612bb42e9b57aab1fb99 Mon Sep 17 00:00:00 2001 From: Super <38338700+superpowers04@users.noreply.github.com> Date: Wed, 1 Nov 2023 07:59:43 -0400 Subject: [PATCH] Fix: infinite loop when navigating history without any history: Update Changelog --- CHANGELOG.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3b7a30..d8f5cf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,14 +22,8 @@ completed. navigation of neighboring doc files. ### Fixed -- Fix infinite loop when navigating history without any history - -[#252]: https://github.com/Rosettea/Hilbish/issues/252 -### Fixed -- Return the prefix when calling `hilbish.completions.call` - -[#219]: https://github.com/Rosettea/Hilbish/issues/219 -### Fixed +- Fix infinite loop when navigating history without any history. [#252](https://github.com/Rosettea/Hilbish/issues/252) +- Return the prefix when calling `hilbish.completions.call`. [#219](https://github.com/Rosettea/Hilbish/issues/219) - Replaced `sed` in-place editing with `grep` and `mv` for compatibility with BSD utils ## [2.1.2] - 2022-04-10