From baccc39c749550f2e898c0514dde8cd7e004bd42 Mon Sep 17 00:00:00 2001 From: James Roseborough Date: Sat, 14 Mar 2015 18:42:09 +0000 Subject: [PATCH] Update comment to link to bug number. --- README.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).