You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2016/06/09 16:47:23 UTC

[42/50] [abbrv] incubator-tinkerpop git commit: updated CHANGELOG for the KryoShim work.

updated CHANGELOG for the KryoShim work.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/76b1722f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/76b1722f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/76b1722f

Branch: refs/heads/TINKERPOP-1331
Commit: 76b1722f084fd3c7bf3cd46f012ce94914716f0e
Parents: 367aae2
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Wed Jun 8 07:57:58 2016 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Wed Jun 8 07:57:58 2016 -0600

----------------------------------------------------------------------
 CHANGELOG.asciidoc | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/76b1722f/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index d67ace0..4fdef19 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -26,6 +26,7 @@ image::https://raw.githubusercontent.com/apache/incubator-tinkerpop/master/docs/
 TinkerPop 3.2.1 (NOT OFFICIALLY RELEASED YET)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+* Added a safer serializer infrastructure for use with `SparkGraphComputer` that uses `KryoSerializer` and the new `GryoRegistrator`.
 * Added `HaltedTraverserStrategy` to allow users to get back different element detachments in OLAP.
 * Fixed a `NullPointerException` bug around nested `group()`-steps in OLAP.
 * Fixed a severe bug around halted traversers in a multi-job OLAP traversal chain.