diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index e12fee3296a..6a180b2f29e 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -124,6 +124,8 @@ Release 2.7.0 - UNRELEASED HDFS-7413. Some unit tests should use NameNodeProtocols instead of FSNameSystem. (wheat9) + HDFS-7415. Move FSNameSystem.resolvePath() to FSDirectory. (wheat9) + OPTIMIZATIONS BUG FIXES