You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/11/30 17:11:41 UTC

[7/7] incubator-tinkerpop git commit: Update changelog.

Update 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/85c50c19
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/85c50c19
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/85c50c19

Branch: refs/heads/master
Commit: 85c50c1949763af9fcf873c0c95b011f9b00d02f
Parents: a98ee53
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Nov 30 10:10:51 2015 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Nov 30 10:10:51 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/85c50c19/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 2aca7dd..7473fb7 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -26,6 +26,7 @@ image::https://raw.githubusercontent.com/apache/incubator-tinkerpop/master/docs/
 TinkerPop 3.1.1 (NOT OFFICIALLY RELEASED YET)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+* Improved the ability to embed Gremlin Server by providing a way to get the `ServerGremlinExecutor` and improve reusability of `AbstractEvalOpProcessor` and related classes.
 * `ProfileStep` is now available off of `Traversal` via `profile()`. To be consistent with `Traversal.explain()`.
 * If no comparator is provided to `order()`, `Order.incr` is assumed (previously, an exception occurred).
 * Fixed various Gremlin-Groovy tests that assumed `toString()`-able ids.