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/8ffd0b8f
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8ffd0b8f
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/8ffd0b8f

Branch: refs/heads/master
Commit: 8ffd0b8fb50faf2047f98ac9a31ef3d80eafa048
Parents: 99a2703
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:15:33 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/8ffd0b8f/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 934022f..ab20ae8 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`.

Reply via email to