Added upgrade docs.
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/67db6be8 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/67db6be8 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/67db6be8 Branch: refs/heads/TINKERPOP-1274 Commit: 67db6be88289ecc734e93411c72b74e06a60b81d Parents: 7546bc7 Author: Kevin Gallardo <[email protected]> Authored: Wed Jun 29 18:36:24 2016 +0100 Committer: Kevin Gallardo <[email protected]> Committed: Thu Jun 30 10:41:34 2016 +0100 ---------------------------------------------------------------------- docs/src/upgrade/release-3.2.x-incubating.asciidoc | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/67db6be8/docs/src/upgrade/release-3.2.x-incubating.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/upgrade/release-3.2.x-incubating.asciidoc b/docs/src/upgrade/release-3.2.x-incubating.asciidoc index ac94960..04f38c6 100644 --- a/docs/src/upgrade/release-3.2.x-incubating.asciidoc +++ b/docs/src/upgrade/release-3.2.x-incubating.asciidoc @@ -32,6 +32,13 @@ Please see the link:https://github.com/apache/incubator-tinkerpop/blob/3.2.1/CHA Upgrading for Users ~~~~~~~~~~~~~~~~~~~ +GraphSON 2.0 +^^^^^^^^^^^^ + +GraphSON 2.0 has been introduced to improve and normalize the format of types embedding in GraphSON. Please see +link:http://tinkerpop.apache.org/docs/3.2.1-incubating/reference/#graphson-2.0-types[Reference Documentation - +GraphSON 2.0] and link:https://issues.apache.org/jira/browse/TINKERPOP-1274[TINKERPOP-1274]. + Gephi Plugin ^^^^^^^^^^^^
