diff --git a/README.html b/README.html index 47b5c136..6847f51b 100644 --- a/README.html +++ b/README.html @@ -957,7 +957,7 @@ Files are no longer hosted at LuaForge.
  • Pass user-supplied ScriptContext to script engine evaluation (fixes issue #21).
  • Autoflush and encode written bytes in script contexts (fixes issue #20).
  • Rename Globals.FINDER to Globals.finder.
  • -
  • Fix bug in Globals.UTF8Stream affecting loading from Readers.
  • +
  • Fix bug in Globals.UTF8Stream affecting loading from Readers (fixes issue #24).
  • Add buffered input for compiling and loading of scripts.
  • In CoerceJavaToLua.coerse(), coerce byte[] to LuaString (fixes issue #31).
  • In CoerceJavaToLua.coerse(), coerce LuaValue to same value (fixes issue #29).