CHANGELOG lost its addition

Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f4486376
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f4486376
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/f4486376

Branch: refs/heads/TINKERPOP-1490
Commit: f4486376809eec08f73fb4928760624a4fc3ee85
Parents: f23a47b
Author: Marko A. Rodriguez <[email protected]>
Authored: Thu Nov 10 17:27:21 2016 -0700
Committer: Marko A. Rodriguez <[email protected]>
Committed: Thu Nov 10 17:27:21 2016 -0700

----------------------------------------------------------------------
 CHANGELOG.asciidoc | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/f4486376/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 229bcef..0b765db 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -27,6 +27,7 @@ TinkerPop 3.2.4 (Release Date: NOT OFFICIALLY RELEASED YET)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 * Fixed a OLAP `MatchStep.clone()`-bug that occurs when the `match()` is in a 
local child.
+* Added another optimization in `RangeByIsCountStrategy`, that removes 
`count().is()` altogether if it's not needed.
 * Fixed a bug in `RangeByIsCountStrategy` where labeled parents shouldn't have 
the strategy applied to their children.
 * Fixed a bug in `PathRetractionStrategy` where `MatchEndStep` labels were 
being dropped when they shouldn't be.
 * Added `TinkerGraphCountStrategy` which translates `g.V().map*.count()` 
patterns into direct `Map.size()` calls in `TinkerGraph`.

Reply via email to