TINKERPOP-1680 Updated changelog.
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3f909cbd Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3f909cbd Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/3f909cbd Branch: refs/heads/TINKERPOP-1681 Commit: 3f909cbd7bc6a7220b055775387d28c5cf2d9022 Parents: 2aa10b9 Author: Stephen Mallette <sp...@genoprime.com> Authored: Wed May 31 16:07:42 2017 -0400 Committer: Stephen Mallette <sp...@genoprime.com> Committed: Wed May 31 16:07:42 2017 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/3f909cbd/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 5fc011a..2d77671 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -26,6 +26,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima TinkerPop 3.2.5 (Release Date: NOT OFFICIALLY RELEASED YET) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +* Added string performance options to `StarGraph`. * Fixed a bug in `until(predicate)` where it was actually calling `emit(predicate)`. * Fixed inconsistency in GraphSON serialization of `Path` where properties of graph elements were being included when serialized. * Improved performance and memory usage of GraphSON when serializing `TinkerGraph` and graph elements.