From e0802a9a72a267ba16491ac0c7b56f4d438e6dc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fou=C3=A9?= Date: Wed, 10 Jun 2026 12:30:18 +0200 Subject: [PATCH] release 0.2.3 preparation --- release_note.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/release_note.txt b/release_note.txt index bd5e34a..af077c5 100644 --- a/release_note.txt +++ b/release_note.txt @@ -1,7 +1,12 @@ version 0.2.3 ============= -- Windows version now working reliably. Fix of a problem of jrpc ports - handshakes between the py and lua processes and testium +- Windows version now working reliably. Fix of a problem of jrpc ports + handshakes between the py and lua processes and testium. + Beneficial to linux version too. +- Windows: UTF-8 console output and a self-sufficient validation + wrapper (run.bat). +- Resolved python_bin / lua_bin are now published into the global dict, + so test scripts can read them via $(python_bin) / $(lua_bin). version 0.2.2 ==============