2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-01 11:13:24 +00:00

docs: update changelog

This commit is contained in:
TorchedSammy 2022-05-24 19:31:51 -04:00
parent 61271dc70c
commit d99c24842f
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -43,6 +43,9 @@ Example usage: `hilbish.vim.registers['a'] = 'hello'`. You can also
get the mode with it via `hilbish.vim.mode`
- `hilbish.version` interface for more info about Hilbish's version. This
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.
### Changed
- **Breaking Change:** Upgraded to Lua 5.4.