You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@giraph.apache.org by ss...@apache.org on 2012/02/01 09:43:53 UTC

svn commit: r1239005 - /incubator/giraph/trunk/CHANGELOG

Author: ssc
Date: Wed Feb  1 08:43:52 2012
New Revision: 1239005

URL: http://svn.apache.org/viewvc?rev=1239005&view=rev
Log:
GIRAPH-117: DefaultWorkerContext should preserve the method signatures of WorkerContext (added changelog)

Modified:
    incubator/giraph/trunk/CHANGELOG

Modified: incubator/giraph/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/incubator/giraph/trunk/CHANGELOG?rev=1239005&r1=1239004&r2=1239005&view=diff
==============================================================================
--- incubator/giraph/trunk/CHANGELOG (original)
+++ incubator/giraph/trunk/CHANGELOG Wed Feb  1 08:43:52 2012
@@ -2,6 +2,8 @@ Giraph Change Log
 
 Release 0.1.0 - unreleased
 
+  GIRAPH-117: DefaultWorkerContext should preserve the method signatures of WorkerContext. (ssc)
+
   GIRAPH-135: Need DISCLAIMER for incubator. (jghoman)
 
   GIRAPH-134: Fix NOTICE file for release. (jghoman)