浏览代码

Update change log.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@391375 13f79535-47bb-0310-9956-ffa450edef68
Doug Cutting 19 年之前
父节点
当前提交
e2119976b2
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      CHANGES.txt

+ 3 - 1
CHANGES.txt

@@ -4,7 +4,9 @@ Unreleased changes (in trunk):
 
  1. Added CHANGES.txt, logging all significant changes to Hadoop.  (cutting)
 
- 2. 
+ 2. Fix MapReduceBase.close() to throw IOException, as declared in the
+    Closeable interface.  This permits subclasses which override this
+    method to throw that exception. (cutting)
 
 
 Release 0.1.0 - 2006-04-01