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

[24/50] [abbrv] incubator-tinkerpop git commit: updated CHANGELOG with Neo4j note.

updated CHANGELOG with Neo4j note.


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

Branch: refs/heads/preprocessor
Commit: 00fc75d8bd7783ad1391c208f142d10f747ad595
Parents: d9e1932
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Fri May 29 14:24:46 2015 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Fri May 29 14:24:46 2015 -0600

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/00fc75d8/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 09760b3..7cbe410 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -25,6 +25,7 @@ image::http://www.tinkerpop.com/docs/current/images/gremlin-hindu.png[width=225]
 TinkerPop 3.0.0.GA (NOT OFFICIALLY RELEASED YET)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+* Added back neo4j-gremlin as the licensing of the Neo4j API is now Apache2.
 * Added `willAllowId` method to features related to vertices, edges and vertex properties to test if an identifier can be use when `supportsUserSuppliedIds` is `true`.
 * Fixed a bug in `GraphTraversal.choose(predicate,trueTraversal,falseTraversal)`.
 * Removed `MapTraversal`, `MapTraverserTraversal`, `FilterTraversal`, and `FilterTraverserTraversal` as these are simply `__.map(function)` and `__.filter(predicate)`.