summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJeroen Frijters <jeroen@sumatra.nl>2006-04-23 10:31:50 +0000
committerJeroen Frijters <jeroen@sumatra.nl>2006-04-23 10:31:50 +0000
commite6314628d7fbbb250218790534c101f295c61b11 (patch)
tree0c8f49b897784ae1bfac94af602dee852e6e046f /NEWS
parent6df2fb65a2263004f9a16b046f213423f5f7539a (diff)
downloadclasspath-e6314628d7fbbb250218790534c101f295c61b11.tar.gz
2006-04-23 Jeroen Frijters <jeroen@frijters.net>
* NEWS: Added entry about new Package constructor. * java/lang/Package.java: Added compatibility constructor to ease VM interface migration.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6a237765d..ff3c2e41d 100644
--- a/NEWS
+++ b/NEWS
@@ -53,6 +53,9 @@ Runtime interface changes:
Constructor.getAnnotation, Constructor.getDeclaredAnnotations,
Field.getAnnotation, Field.getDeclaredAnnotations, Method.getAnnotation and
Method.getDeclaredAnnotations.
+* java.lang.Package now has a new constructor that takes the defining
+ ClassLoader as an extra argument. If you use a custom version of
+ VMClassLoader, please switch it to use this constructor.
New in release 0.90 (March 6, 2006)