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 2017/01/16 14:56:44 UTC

tinkerpop git commit: Minor fix to grammer in changelog CTR

Repository: tinkerpop
Updated Branches:
  refs/heads/tp32 5c8e124bd -> 9d1c3e5e1


Minor fix to grammer in changelog CTR


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

Branch: refs/heads/tp32
Commit: 9d1c3e5e1aa87803896e7f4fd520194f44bd3614
Parents: 5c8e124
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Jan 16 09:55:08 2017 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Jan 16 09:55:08 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9d1c3e5e/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index c5e4471..0a2affe 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -26,7 +26,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 TinkerPop 3.2.4 (Release Date: NOT OFFICIALLY RELEASED YET)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-* Make error messaging more consistent during result iteration timeouts in Gremlin Server.
+* Made error messaging more consistent during result iteration timeouts in Gremlin Server.
 * `PathRetractionStrategy` does not add a `NoOpBarrierStep` to the end of local children as its wasted computation in 99% of traversals.
 * Fixed a bug in `AddVertexStartStep` where if a side-effect was being used in the parametrization, an NPE occurred.
 * Fixed a bug in `LazyBarrierStrategy` where `profile()` was deactivating it accidentally.