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 2016/10/07 22:34:05 UTC

[4/5] tinkerpop git commit: Update CHANGELOG.asciidoc

Update CHANGELOG.asciidoc

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

Branch: refs/heads/master
Commit: c1920d06f9a73c9312400bf8fda08bc953b6339a
Parents: f364a37
Author: Vivek Krishnan <vr...@andrew.cmu.edu>
Authored: Mon Oct 3 17:57:35 2016 -0700
Committer: GitHub <no...@github.com>
Committed: Mon Oct 3 17:57:35 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/c1920d06/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index ff730f7..12a4ae0 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -57,6 +57,7 @@ TinkerPop 3.2.3 (Release Date: NOT OFFICIALLY RELEASED YET)
 * VertexPrograms can now declare traverser requirements, e.g. to have access to the path when used with `.program()`.
 * New build options for `gremlin-python` where `-DglvPython` is no longer required.
 * Added missing `InetAddress` to GraphSON extension module.
+* Added functionality to Gremlin-Server REST endpoint to forward Exception Messages and Class in HTTP Response
 
 [[release-3-2-2]]
 TinkerPop 3.2.2 (Release Date: September 6, 2016)