summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d9c17694..8d7f07322 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
2010-12-25 Andrew John Hughes <ahughes@redhat.com>
PR classpath/42390
+ * java/io/File.java:
+ (isHidden()): Add and document missing
+ security check.
+
+2010-12-25 Andrew John Hughes <ahughes@redhat.com>
+
+ PR classpath/42390
* java/util/logging/LogManager.java:
(addPropertyChangeListener(PropertyChangeListener)):
Document fully. Throw NPE in a clearer way. Add