2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-21 04:53:24 +00:00

docs: set changelog

This commit is contained in:
TorchedSammy 2022-08-16 13:41:09 -04:00
parent 54f1a8cfad
commit f2b68fe926
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -70,6 +70,11 @@ set `hilbish.opts.motd` to false.
disables commands being added to history.
- `hilbish.rawInput` hook for input from the readline library
- Completion of files in quotes
- A new and "safer" event emitter has been added. This causes a performance deficit, but avoids a lot of
random errors introduced with the new Lua runtime (see [#197])
- `bait.release(name, catcher)` removes `handler` for the named `event`
[#197]: https://github.com/Rosettea/Hilbish/issues/197
### Changed
- **Breaking Change:** Upgraded to Lua 5.4.