You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by bi...@apache.org on 2012/10/17 07:57:19 UTC

svn commit: r1399104 - /pig/trunk/CHANGES.txt

Author: billgraham
Date: Wed Oct 17 05:57:19 2012
New Revision: 1399104

URL: http://svn.apache.org/viewvc?rev=1399104&view=rev
Log:
moving PIG-2976 entry under Pig 0.11 section

Modified:
    pig/trunk/CHANGES.txt

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1399104&r1=1399103&r2=1399104&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Wed Oct 17 05:57:19 2012
@@ -24,8 +24,6 @@ INCOMPATIBLE CHANGES
 
 IMPROVEMENTS
 
-PIG-2976: Reduce HBaseStorage logging (billgraham)
-
 PIG-2943: DevTests, Refactor Windows checks to use new Util.WINDOWS method for code health (jgordon via dvryaboy)
 
 PIG-2966: Test failures on CentOS 6 because MALLOC_ARENA_MAX is not set (cheolsoo via sms)
@@ -47,6 +45,8 @@ PIG-1891 Enable StoreFunc to make intell
 
 IMPROVEMENTS
 
+PIG-2976: Reduce HBaseStorage logging (billgraham)
+
 PIG-2947: Documentation for Rank operator (xalan via azaroth)
 
 PIG-2910: Add function to read schema from outout of Schema.toString() (initialcontext via thejas)