updated CHANGELOG.
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9155c464 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9155c464 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/9155c464 Branch: refs/heads/TINKERPOP-1625 Commit: 9155c464b78abfe0772d1c8e12ba4196d829e28b Parents: 35ecf8c Author: Marko A. Rodriguez <[email protected]> Authored: Thu Mar 16 10:05:17 2017 -0600 Committer: Marko A. Rodriguez <[email protected]> Committed: Thu Mar 16 10:05:17 2017 -0600 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9155c464/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 1eaf3ad..4aaa25b 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -26,7 +26,9 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima TinkerPop 3.2.5 (Release Date: NOT OFFICIALLY RELEASED YET) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -* Added `path().from().to()` to `GraphTraversal` so sub-paths can be isolated from the current path. +* Added `cyclicPath().from().to().by()` support to `GraphTraversal`. +* Added `simplePath().from().to().by()` support to `GraphTraversal`. +* Added `path().from().to()` support to `GraphTraversal` so sub-paths can be isolated from the current path. * Added `FromToModulating` interface for use with `to()`- and `from()`-based step modulators. * Added `Path.getSubPath()` which supports isolating a sub-path from `Path` via to/from-labels. * Fixed an `NullPointerException` in `GraphMLReader` that occurred when an `<edge>` didn't have an ID field and the base graph supported ID assignment.
