You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2015/06/23 03:37:08 UTC

incubator-tinkerpop git commit: tweaks to CHANGELOG.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 4f4c3c639 -> 196beeed7


tweaks to CHANGELOG.


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

Branch: refs/heads/master
Commit: 196beeed7de53a54875a2a4216f45a3704f2bf00
Parents: 4f4c3c6
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Mon Jun 22 19:37:01 2015 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Mon Jun 22 19:37:01 2015 -0600

----------------------------------------------------------------------
 CHANGELOG.asciidoc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/196beeed/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 05eed4d..a20d8b1 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -27,8 +27,8 @@ TinkerPop 3.0.0.GA (NOT OFFICIALLY RELEASED YET)
 
 * Added `Traversal.toStream()` to turn the `Traversal<S,E>` into a `Stream<E>`.
 * Added `Scoping.Variable` enum of `START` and `END` which allows the `Scoping` step to specify where its bindings are.
-* `ComputerVerificationStrategy` is smart about not allowed `WhereStep` with a start-variable to run in OLAP as it selects the value from the path.
-* Rewrote `MatchStep` where it now works on `GraphComputer`, solves more patterns, provides plugable execution plans, supports nested AND/OR, not-patterns, etc.
+* `ComputerVerificationStrategy` is smart about not allowing `WhereStep` with a start-variable to run in OLAP as it selects the value from the path.
+* Rewrote `MatchStep` where it now works on `GraphComputer`, solves more patterns, provides plugable execution plans, supports nested AND/OR, `not()`-patterns, etc.
 * Renamed `Graphs` in Gremlin Server to `GraphManager`.
 * Fixed bug in Gremlin Driver where client-side serialization errors would not bubble up properly.
 * Fixed problem in Gremlin Server to ensure that a final `SUCCESS` or `NO_CONTENT` message assured that the transaction was successful in sessionless requests.
@@ -46,7 +46,6 @@ TinkerPop 3.0.0.GA (NOT OFFICIALLY RELEASED YET)
 * Fixed garbled characters in Gremlin Console that notably showed up in `:help`
 * Replaced dependency on `groovy-all` with individual Groovy dependencies as needed.
 * Bumped `org.gperfutils:gbench` to the `0.4.3` and a version explicitly compatible with Groovy 2.4.x.
-* Added `ScopeP` which wraps a predicate and is bound by the `Traverser` and `Scoping` step.
 * Renamed `KeyStep` to `PropertyKeyStep` to be consistent with `PropertyValueStep`.
 * Added `Gremlin-Lib-Paths` to modify paths in plugin `lib` directory.
 * Modified the capabilities of `Gremlin-Plugin-Paths` to delete paths that have no value on the right-hand-side of the equals sign.