docs: update changelog

lazy-interfaces
TorchedSammy 2022-05-24 19:31:51 -04:00
parent 61271dc70c
commit d99c24842f
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 3 additions and 0 deletions

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.