minor change to CHANGELOG.
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/62197e25 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/62197e25 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/62197e25 Branch: refs/heads/TINKERPOP-1458 Commit: 62197e25369bfcfd9b7036c6cc379182e5a6b073 Parents: e3991ea Author: Marko A. Rodriguez <[email protected]> Authored: Mon Oct 3 08:14:58 2016 -0600 Committer: Marko A. Rodriguez <[email protected]> Committed: Mon Oct 3 08:24:17 2016 -0600 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/62197e25/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 638a80c..60e895b 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -26,7 +26,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima TinkerPop 3.2.3 (Release Date: NOT OFFICIALLY RELEASED YET) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -* `FilterRankStrategy` now propagates labels "right" across non-`TraversalParent` filters. +* `FilterRankStrategy` now propagates labels "right" non-`Scoping` filters. * Fixed a bug in `ConnectiveP` where nested equivalent connectives should be inlined. * Fixed a bug in `IncidentToAdjacentStrategy` where `TreeStep` traversals were allowed. * Fixed a end-step label bug in `MatchPredicateStrategy`.
