Update changelog CTR
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3a257ca5 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3a257ca5 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/3a257ca5 Branch: refs/heads/TINKERPOP-1878 Commit: 3a257ca595e7bc4961afaad7c5a6c645c3905641 Parents: 54e7f6f Author: Stephen Mallette <[email protected]> Authored: Tue Jan 23 08:17:39 2018 -0500 Committer: Stephen Mallette <[email protected]> Committed: Tue Jan 23 08:17:39 2018 -0500 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/3a257ca5/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index c388425..1dab1ef 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -24,6 +24,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima === 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. [[release-3-2-7]]
