GIRAPH-616
Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/39f35913 Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/39f35913 Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/39f35913 Branch: refs/heads/trunk Commit: 39f3591365cbe15b74c82574787d0592681d8ba5 Parents: 228edbb Author: Claudio Martella <[email protected]> Authored: Fri Apr 12 00:58:13 2013 +0200 Committer: Claudio Martella <[email protected]> Committed: Fri Apr 12 00:58:13 2013 +0200 ---------------------------------------------------------------------- CHANGELOG | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/39f35913/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 4a1e7ca..2cb8eb3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,9 @@ Giraph Change Log Release 0.2.0 - unreleased + GIRAPH-616: Decouple vertices and edges in DiskBackedPartitionStore and avoid writing + back edges when the algorithm does not change topology. (claudio) + GIRAPH-613: Remove Writable from the interfaces implemented by Vertex (claudio) GIRAPH-543: Fix PageRankBenchmark and make WeightedPageRankBenchmark (majakabiljo)
