aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/index.html5
1 files changed, 4 insertions, 1 deletions
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 @@
69 </p> 69 </p>
70 70
71 <p> 71 <p>
72 This document was revised on 17-Dec-12, and applies to version <tt>3.4.1</tt>. 72 This document was revised on 10-Jan-13, and applies to version <tt>3.4.2</tt>.
73 </p> 73 </p>
74 </font> 74 </font>
75 </center> 75 </center>
@@ -1097,6 +1097,9 @@ events to a common Linda, but... :).</font>
1097<p> 1097<p>
1098 <ul> 1098 <ul>
1099 <li>Booleans, numbers, strings, light userdata, Lua functions and tables of such can always be passed.</li> 1099 <li>Booleans, numbers, strings, light userdata, Lua functions and tables of such can always be passed.</li>
1100 <ul>
1101 <li>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.</li>
1102 </ul>
1100 <li> 1103 <li>
1101 Cyclic tables and/or duplicate references are allowed and reproduced appropriately, but only <u>within the same transmission</u>. 1104 Cyclic tables and/or duplicate references are allowed and reproduced appropriately, but only <u>within the same transmission</u>.
1102 <ul> 1105 <ul>