Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1975-x 142ea0988 -> 251fe79f5
wip Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/251fe79f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/251fe79f Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/251fe79f Branch: refs/heads/TINKERPOP-1975-x Commit: 251fe79f5c2ed433638d01a8516bdcc599adbb4d Parents: 142ea09 Author: Stephen Mallette <[email protected]> Authored: Thu May 31 14:04:37 2018 -0400 Committer: Stephen Mallette <[email protected]> Committed: Thu May 31 14:04:37 2018 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/251fe79f/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 975e203..41462fb 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -25,6 +25,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima This release also includes changes from <<release-3-3-3, 3.3.3>>. +* Moved `Parameterizing` interface to the `org.apache.tinkerpop.gremlin.process.traversal.step` package with other marker interfaces of its type. * 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.
