Fix: infinite loop when navigating history without any history: Update Changelog

pull/268/head
Super 2023-11-01 07:59:43 -04:00 committed by GitHub
parent 048258959a
commit 21cff98369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 8 deletions

View File

@ -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