From ac0e6b73db6d6a0a555f03ea2e9fba9e92faecf7 Mon Sep 17 00:00:00 2001 From: James Roseborough Date: Tue, 27 Oct 2009 03:34:35 +0000 Subject: [PATCH] Update README to include array support note. --- README.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.html b/README.html index a43e555b..a57b27bb 100644 --- a/README.html +++ b/README.html @@ -342,5 +342,5 @@ Main changes by version:
+Fix debug.sethook() to when called from hook function. Fix debug.gethook() return values. Array support in luajava bindings.
  1.0Initial publicly supported release.
  1.0.1Fix arg check and behavior of xpcall() to leave stack intact. -Fix debug.sethook() to when called from hook function. Fix debug.gethook() return values.