TINKERPOP-1784 Updated changelog
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/04c903e5 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/04c903e5 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/04c903e5 Branch: refs/heads/TINKERPOP-1827 Commit: 04c903e55c7bba523c1729625b6463a89031e2b4 Parents: 4a5b87c Author: Stephen Mallette <sp...@genoprime.com> Authored: Fri Nov 10 15:17:03 2017 -0500 Committer: Stephen Mallette <sp...@genoprime.com> Committed: Tue Nov 21 15:53:13 2017 -0500 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/04c903e5/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 918bbd4..cb2779a 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -29,6 +29,8 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima * Bump to Netty 4.0.52 * `TraversalVertexProgram` `profile()` now accounts for worker iteration in `GraphComputer` OLAP. * Returned the `Builder` instance from the `DetachedEdge.Builder` methods of `setOutE` and `setOutV`. +* Added test framework for GLVs. +* `TraversalVertexProgram` ``profile()` now accounts for worker iteration in `GraphComputer` OLAP. * Added a test for self-edges and fixed `Neo4jVertex` to provided repeated self-edges on `BOTH`. * Better respected permissions on the `plugins.txt` file and prevented writing if marked as read-only. * Added getters for the lambdas held by `LambdaCollectingBarrierStep`, `LambdaFlatMapStep` and `LambdaSideEffectStep`.