Correct release not comment

This commit is contained in:
James Roseborough
2015-04-18 16:08:51 +00:00
parent cdbb46f497
commit e7940fd3a2

View File

@@ -1008,7 +1008,7 @@ Files are no longer hosted at LuaForge.
<li>Add CollectingOrphanedCoroutines.java example code to show how to deal with orphaned lua threads.</li>
<li>Add LuajClassLoader.java and Launcher.java to simplify loading via custom class loader.</li>
<li>Add SampleUsingClassLoader.java example code to demonstrate loading using custom class loader.</li>
<li>Make string metatable a proper metatable, and make it read-only by default.</li>
<li>Make shared string metatable an actual metatable.</li>
<li>Add sample code that illustrates techniques in creating sandboxed environments.</li>
<li>Add convenience methods to Global to load string scripts with custom environment.</li>
<li>Turn off default traceback. Use xpcall() with debug.traceback instead.</li>