From 9aee64fdd111c6f821317588476ede6112d8350b Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sat, 26 Aug 2023 02:12:58 +0200 Subject: Update to 0.8+git.1692979777.2c5e6928: - configure: also check for lua-5.4 - lua api: fix a couple typos in process_response() documentation - Implementation of the non-blocking process running Lua API - sam.c: rename a number of options to match lua api - Lua API: access and set all available options --- vis.changes | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'vis.changes') diff --git a/vis.changes b/vis.changes index a358816..1d7e74f 100644 --- a/vis.changes +++ b/vis.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Aug 26 00:11:37 UTC 2023 - Matej Cepl + +- Update to 0.8+git.1692979777.2c5e6928: + - configure: also check for lua-5.4 + - lua api: fix a couple typos in process_response() + documentation + - Implementation of the non-blocking process running Lua API + - sam.c: rename a number of options to match lua api + - Lua API: access and set all available options + ------------------------------------------------------------------- Sun Aug 20 19:20:16 UTC 2023 - Matej Cepl -- cgit