minor fixes to changelog
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/67db5e8e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/67db5e8e Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/67db5e8e Branch: refs/heads/TINKERPOP-1782 Commit: 67db5e8eb54265b2f379c7aade7c44d3b5ed009b Parents: 3d0cd1a Author: Michael Pollmeier <[email protected]> Authored: Thu Sep 21 14:06:23 2017 +1200 Committer: Michael Pollmeier <[email protected]> Committed: Thu Sep 21 14:09:22 2017 +1200 ---------------------------------------------------------------------- docs/src/upgrade/release-3.2.x-incubating.asciidoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/67db5e8e/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 9b576f9..96017b4 100644 --- a/docs/src/upgrade/release-3.2.x-incubating.asciidoc +++ b/docs/src/upgrade/release-3.2.x-incubating.asciidoc @@ -90,8 +90,7 @@ See: link:https://issues.apache.org/jira/browse/TINKERPOP-1764[TINKERPOP-1764] Clone a graph ^^^^^^^^^^^^^ -If you want to quickly clone a graph (e.g. because you have set it up in a test and your traversals manipulate the graph) you can now use `GraphHelper.cloneElements(Graph original, Graph clone)`. - +If you want to quickly clone a graph (e.g. because you have set it up in a test and your traversals manipulate the graph) you can now use `GraphHelper.cloneElements(Graph original, Graph clone)` which is part of the gremlin-test module. TinkerPop 3.2.6 ---------------
