chore: update changelog

pull/260/head
sammyette 2023-12-25 19:12:54 -04:00
parent 884bc1fd36
commit d3a9585017
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 10 additions and 0 deletions

View File

@ -21,6 +21,16 @@ completed.
- Using this also brings enhancements to the `doc` command like easy
navigation of neighboring doc files.
### Changed
- Documentation for EVERYTHING has been improved, with more
information added, code example, parameter details, etc.
You can see the improvements!
- Documentation has gotten an uplift in the `doc` command.
This includes:
- Proper highlighting of code
- Paging (via Greenhouse)
- Highlighting more markdown things
### 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)