From 7d9de83b9bf8a4eeb4d7c212dd7b66afc331d812 Mon Sep 17 00:00:00 2001
From: Benoit Germain
Date: Thu, 10 Jan 2013 15:14:56 +0100
Subject: Update docs/index.html
---
index.html | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 5cd553b..4d11371 100644
--- a/index.html
+++ b/index.html
@@ -69,7 +69,7 @@
- This document was revised on 17-Dec-12, and applies to version 3.4.1.
+ This document was revised on 10-Jan-13, and applies to version 3.4.2.
@@ -1097,6 +1097,9 @@ events to a common Linda, but... :).
- Booleans, numbers, strings, light userdata, Lua functions and tables of such can always be passed.
+
+ - Versions 3.4.1 and earlier had an undocumented limitation: Lua functions with an indirect recursive Lua function upvalue raised an error when transfered. This limitation disappeared with version 3.4.2.
+
-
Cyclic tables and/or duplicate references are allowed and reproduced appropriately, but only within the same transmission.