Browse Source

HDFS-6843. Add to CHANGES.txt

Colin Patrick Mccabe 10 years ago
parent
commit
f24ac429d1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      hadoop-common-project/hadoop-common/CHANGES.txt

+ 2 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -530,6 +530,8 @@ Release 2.6.0 - UNRELEASED
 
     HADOOP-10922. User documentation for CredentialShell. (Larry McCay via wang)
 
+    HDFS-6843. Create FileStatus isEncrypted() method (clamb via cmccabe)
+
   OPTIMIZATIONS
 
     HADOOP-10838. Byte array native checksumming. (James Thomas via todd)