Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1975-x 4e64e0662 -> 142ea0988
wip Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/142ea098 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/142ea098 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/142ea098 Branch: refs/heads/TINKERPOP-1975-x Commit: 142ea0988e7bfbaedc7acbc6bec17aac3df541c5 Parents: 4e64e06 Author: Stephen Mallette <[email protected]> Authored: Thu May 31 14:03:01 2018 -0400 Committer: Stephen Mallette <[email protected]> Committed: Thu May 31 14:03:01 2018 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/142ea098/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index bcdf2de..975e203 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -25,6 +25,8 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima This release also includes changes from <<release-3-3-3, 3.3.3>>. +* Replaced `Parameterizing.addPropertyMutations()` with `Configuring.configure()`. +* Changed interface hierarchy for `Parameterizing` and `Mutating` interfaces as they are tightly related. * Introduced the `with()` step modulator which can supply configuration options to `Configuring` steps. * Added `supportsUpsert()` option to `VertexFeatures` and `EdgeFeatures`. * `min()` and `max()` now support all types implementing `Comparable`.
