TINKERPOP-1595 Fixed up changelog as this moved to 3.2.10
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/074ab1e5 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/074ab1e5 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/074ab1e5 Branch: refs/heads/TINKERPOP-1595 Commit: 074ab1e5dca147acb6e05c4c1b4fff9f7e69d8b8 Parents: aef6896 Author: Stephen Mallette <[email protected]> Authored: Fri Apr 27 10:33:58 2018 -0400 Committer: Stephen Mallette <[email protected]> Committed: Fri Apr 27 10:33:58 2018 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/074ab1e5/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index b7eabbe..4675cf2 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -20,13 +20,17 @@ limitations under the License. image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/nine-inch-gremlins.png[width=185] +[[release-3-2-10]] +=== TinkerPop 3.2.10 (Release Date: NOT OFFICIALLY RELEASED YET) + +* Improved performance of `TraversalVertexProgram` and related infrastructure. + [[release-3-2-9]] === TinkerPop 3.2.9 (Release Date: NOT OFFICIALLY RELEASED YET) * Fixed bug where path history was not being preserved for keys in mutations. * Bumped to httpclient 4.5.5. * Bumped to Groovy 2.4.15 - fixes bug with `Lambda` construction. -* Improved performance of `TraversalVertexProgram` and related infrastructure. * Improved performance of GraphSON deserialization of `Bytecode`. * Improved performance of traversal construction.
