TINKERPOP-1595 Updated changelog
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d4893b82 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d4893b82 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/d4893b82 Branch: refs/heads/TINKERPOP-1643 Commit: d4893b828ef1bead0cda91a7bb111f5b31a8d91d Parents: 628d5df Author: Stephen Mallette <sp...@genoprime.com> Authored: Tue Apr 24 08:10:12 2018 -0400 Committer: Stephen Mallette <sp...@genoprime.com> Committed: Mon May 21 12:32:57 2018 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/d4893b82/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index b286dcb..155809e 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -32,6 +32,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima * 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.