* NEWS: Added JNI method resolution fix.
authoredwin <none@none>
Mon, 13 Feb 2006 23:16:14 +0000 (23:16 +0000)
committeredwin <none@none>
Mon, 13 Feb 2006 23:16:14 +0000 (23:16 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 88a217e65d3642bc47947e80727ee22ce3cb3588..479f40ab860cee315ed192dddbe3667775ff541d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,8 @@ New in release 0.95 (February XX, 2006)
   * Fixed classcache-related problem with java.lang.reflect.Proxy.
   * Throw correct exception when trying to load a directory
     as a classfile (from a .zip file).
+  * Fixed incorrect method resolution when calling instance methods 
+    through JNI.
 
 
 New in release 0.94 (January 22, 2006)