You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2017/01/19 20:14:46 UTC

tinkerpop git commit: TINKERPOP-1565 Updated changelog

Repository: tinkerpop
Updated Branches:
  refs/heads/TINKERPOP-1565 7f23d31f4 -> 8b9ac6d6f


TINKERPOP-1565 Updated changelog


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

Branch: refs/heads/TINKERPOP-1565
Commit: 8b9ac6d6f026409522fcceced75494abfc702584
Parents: 7f23d31
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu Jan 19 15:14:28 2017 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu Jan 19 15:14:28 2017 -0500

----------------------------------------------------------------------
 CHANGELOG.asciidoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/8b9ac6d6/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 112e7c5..61b92cb 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -29,7 +29,8 @@ TinkerPop 3.3.0 (Release Date: NOT OFFICIALLY RELEASED YET)
 * Added more specific typing to various `__` traversal steps. E.g. `<A,Vertex>out()` is `<Vertex,Vertex>out()`.
 * Updated Docker build scripts to include Python dependencies (NOTE: users should remove any previously generated TinkerPop Docker images).
 * Added "attachment requisite" `VertexProperty.element()` and `Property.element()` data in GraphSON serialization.
-* GraphSON 2.0 is now the default serialization format in TinkerGraph and Gremlin Server.
+* GraphSON 3.0 is now the default serialization format in TinkerGraph and Gremlin Server.
+* Established the GraphSON 3.0 format.
 * Added `Vertex`, `Edge`, `VertexProperty`, and `Property` serializers to Gremlin-Python and exposed tests that use graph object arguments.
 * `Bytecode.getSourceInstructions()` and `Bytecode.getStepInstructions()` now returns `List<Instruction>` instead of `Iterable<Instruction>`.
 * Added various `TraversalStrategy` registrations with `GryoMapper`.