CHANGELOG tweak.
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bc00bb3c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bc00bb3c Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/bc00bb3c Branch: refs/heads/TINKERPOP-1458 Commit: bc00bb3c4535aec8229b7770f9e8ab60326117ef Parents: 62197e2 Author: Marko A. Rodriguez <[email protected]> Authored: Mon Oct 3 08:23:38 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/bc00bb3c/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 60e895b..4dc4dc3 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" non-`Scoping` filters. +* `FilterRankStrategy` now propagates labels "right" over 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`.
