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