docs: add builtins to changelog

builtins
TorchedSammy 2022-10-12 20:58:21 -04:00
parent e367eeb19d
commit f3964ce389
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ disables commands being added to history.
- 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`
- `exec` and `clear` builtin commands
[#197]: https://github.com/Rosettea/Hilbish/issues/197