LuaScriptEngineFactory.getScriptEngine() now returns new instance of lua script engine for each call.

This commit is contained in:
James Roseborough
2015-03-18 15:07:56 +00:00
parent cd9cdc496e
commit 237c384d55
3 changed files with 34 additions and 33 deletions

View File

@@ -978,6 +978,7 @@ Files are no longer hosted at LuaForge.
<li>Fix aliasing issue for some multiple assignments from varargs return values (fixes issue #38)</li>
<li>Let os.getenv() return System.getenv() values first for JSE, then fall back to properties (fixes issue #25)</li>
<li>Improve collection of orphaned coroutines when yielding from debug hook functions.</li>
<li>LuaScriptEngineFactory.getScriptEngine() now returns new instance of lua script engine for each call.</li>
</ul></td></tr>
</table></td></tr></table>