git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@557050 13f79535-47bb-0310-9956-ffa450edef68
@@ -3,6 +3,9 @@ Hadoop Change Log
Trunk (unreleased changes)
+
+Branch 0.14 (unreleased changes)
1. HADOOP-1197. In Configuration, deprecate getObject() and add
getRaw(), which skips variable expansion. (omalley via cutting)