Merge branch 'tp32'
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3ad3b213 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3ad3b213 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/3ad3b213 Branch: refs/heads/TINKERPOP-1878 Commit: 3ad3b2136eb843bedbb686fdccff46f5c1cb5fb2 Parents: 4ec9c58 3e6e08a Author: Stephen Mallette <[email protected]> Authored: Tue Jan 23 08:38:31 2018 -0500 Committer: Stephen Mallette <[email protected]> Committed: Tue Jan 23 08:38:31 2018 -0500 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/3ad3b213/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --cc CHANGELOG.asciidoc index 0b16ceb,1fd0311..a681a57 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@@ -273,8 -24,8 +273,9 @@@ image::https://raw.githubusercontent.co === TinkerPop 3.2.8 (Release Date: NOT OFFICIALLY RELEASED YET) * Delayed setting of the request identifier until `RequestMessage` construction by the builder. +* `ReferenceElement` avoids `UnsupportedOperationException` handling in construction thus improving performance. * Removed hardcoded expectation in metrics serialization test suite as different providers may have different outputs. + * Added `VertexTraverserSet` which indexes on a `Vertex` thus improving performance in `VertexProgram` implementations. * Fixed a bug in `ComputerAwareStep` that didn't handle `reset()` properly and thus occasionally produced some extra traversers. [[release-3-2-7]]
