Updated changelog.
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/32b27a55 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/32b27a55 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/32b27a55 Branch: refs/heads/graphson-2.0 Commit: 32b27a55ccd65136f1763d26f272c170bdbff1da Parents: 51c7822 Author: Stephen Mallette <sp...@genoprime.com> Authored: Tue Jul 12 07:33:08 2016 -0400 Committer: Stephen Mallette <sp...@genoprime.com> Committed: Tue Jul 12 07:33:08 2016 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/32b27a55/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 40f862d..3603148 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -27,6 +27,7 @@ TinkerPop 3.2.1 (NOT OFFICIALLY RELEASED YET) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Introduced GraphSON 2.0. +* Deprecated `embedTypes` on the builder for `GraphSONMapper`. * `PathProcessor` steps now have the ability (if configured through a strategy) to drop `Traverser` path segments. * `MatchStep` in OLTP has a lazy barrier to increase the probability of bulking. * Added `PathRetractionStrategy` which will remove labeled path segments that will no longer be referenced.