From 047bd76979e01de4fff9087567f3b437715eb139 Mon Sep 17 00:00:00 2001
From: Benoit Germain
Date: Thu, 10 Jan 2013 15:14:56 +0100
Subject: Update docs/index.html
---
docs/index.html | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
(limited to 'docs')
diff --git a/docs/index.html b/docs/index.html
index 5cd553b..4d11371 100644
--- a/docs/index.html
+++ b/docs/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.