Update changelog and upgrade docs for 3.2.6-SNAPSHOT CTR
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/dd6dbd4b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/dd6dbd4b Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/dd6dbd4b Branch: refs/heads/TINKERPOP-1688 Commit: dd6dbd4bd6ad5a32c752f1f7d30800e14a810d55 Parents: 4907af4 Author: Stephen Mallette <[email protected]> Authored: Sat Jun 17 06:06:58 2017 -0400 Committer: Stephen Mallette <[email protected]> Committed: Sat Jun 17 06:06:58 2017 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 8 ++++++++ docs/src/upgrade/release-3.2.x-incubating.asciidoc | 11 +++++++++++ 2 files changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/dd6dbd4b/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 6164475..ed412b5 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -22,6 +22,14 @@ TinkerPop 3.2.0 (Nine Inch Gremlins) image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/nine-inch-gremlins.png[width=185] +[[release-3-2-6]] +TinkerPop 3.2.6 (Release Date: NOT OFFICIALLY RELEASED YET) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +This release also includes changes from <<release-3-1-8, 3.1.8>>. + +* Improved GraphSON serialization performance around `VertexProperty`. + [[release-3-2-5]] TinkerPop 3.2.5 (Release Date: June 12, 2017) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/dd6dbd4b/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 172e4fa..37b2923 100644 --- a/docs/src/upgrade/release-3.2.x-incubating.asciidoc +++ b/docs/src/upgrade/release-3.2.x-incubating.asciidoc @@ -22,6 +22,17 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima *Nine Inch Gremlins* +TinkerPop 3.2.6 +--------------- + +*Release Date: NOT OFFICIALLY RELEASED YET* + +Upgrading for Users +~~~~~~~~~~~~~~~~~~~ + +Upgrading for Providers +~~~~~~~~~~~~~~~~~~~~~~~ + TinkerPop 3.2.5 ---------------
