Fix return value for table.remove() and table.insert()

This commit is contained in:
James Roseborough
2015-03-15 05:45:50 +00:00
parent 4c3bb1d709
commit 06a9ddbb88
3 changed files with 32 additions and 21 deletions

View File

@@ -974,6 +974,7 @@ Files are no longer hosted at LuaForge.
<li>collectgarbage() now behaves same as collectgarbage("collect") (fixes issue #41).</li>
<li>Allow access to Java inner classes using lua field syntax (fixes issue #40).</li>
<li>List keyeq() and keyindex() methods as abstract on LuaTable.Entry (issue #37).</li>
<li>Fix return value for table.remove() and table.insert() (issue #39)</li>
</ul></td></tr>
</table></td></tr></table>