Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1975-x 727941315 -> 25e219fe9
wip Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/25e219fe Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/25e219fe Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/25e219fe Branch: refs/heads/TINKERPOP-1975-x Commit: 25e219fe9bda491b8a720722f446e1ce54257567 Parents: 7279413 Author: Stephen Mallette <[email protected]> Authored: Thu May 31 13:45:05 2018 -0400 Committer: Stephen Mallette <[email protected]> Committed: Thu May 31 13:45:05 2018 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/25e219fe/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 30fd966..bcdf2de 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>>. +* 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`. * Change the `toString()` of `Path` to be standardized as other graph elements are.
