From cf3be2e6889d63c188e81478540890578cb5a589 Mon Sep 17 00:00:00 2001 From: Dibyendu Majumdar Date: Sun, 9 May 2021 00:16:49 +0100 Subject: [PATCH] Update README.rst --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9fd15ec..9b42d14 100644 --- a/README.rst +++ b/README.rst @@ -51,7 +51,8 @@ Lua Goodies * `An Introduction to Lua `_ attempts to provide a quick overview of Lua for folks coming from other languages. * `Lua 5.3 Bytecode Reference `_ is my attempt to bring up to date the `Lua 5.1 Bytecode Reference `_. * A `patch for Lua 5.3 `_ implements the 'defer' statement. -* A `patch for Lua 5.4 `_ implements the 'defer' statement. +* A `patch for Lua 5.4.[0-2] `_ implements the 'defer' statement. +* Updated `patch for Lua 5.4.3 `_ implements the 'defer' statement. Lua 5.4 Position Statement ==========================