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/08/27 11:16:47 UTC

[2/5] tinkerpop git commit: updated docs

updated docs


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

Branch: refs/heads/master
Commit: 2e51db9218563cb6f2d95eb83e554b8e755efb09
Parents: 45e1fbc
Author: Robert Dale <ro...@gmail.com>
Authored: Wed Aug 24 09:00:08 2016 -0400
Committer: Robert Dale <ro...@gmail.com>
Committed: Fri Aug 26 17:12:44 2016 -0400

----------------------------------------------------------------------
 CHANGELOG.asciidoc                                 | 1 +
 docs/src/upgrade/release-3.2.x-incubating.asciidoc | 8 ++++++++
 2 files changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/2e51db92/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 24cb406..4ae9762 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -42,6 +42,7 @@ TinkerPop 3.2.2 (NOT OFFICIALLY RELEASED YET)
 * Fixed a small bug in `StandardVerificationStrategy` that caused verification to fail when `withPath` was used in conjunction with `ProfileStep`.
 * Added color preferences
 * Added input, result prompt preferences
+* Added multi-line indicator in Gremlin Console
 
 [[release-3-2-1]]
 TinkerPop 3.2.1 (Release Date: July 18, 2016)

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/2e51db92/docs/src/upgrade/release-3.2.x-incubating.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/upgrade/release-3.2.x-incubating.asciidoc b/docs/src/upgrade/release-3.2.x-incubating.asciidoc
index 0715f48..86f8e99 100644
--- a/docs/src/upgrade/release-3.2.x-incubating.asciidoc
+++ b/docs/src/upgrade/release-3.2.x-incubating.asciidoc
@@ -85,6 +85,14 @@ Prompts
 * result.prompt
 * empty.result.indicator
 
+See: https://issues.apache.org/jira/browse/TINKERPOP-1285[TINKERPOP-1037]
+
+
+Added multi-line indicator.
+
+See: https://issues.apache.org/jira/browse/TINKERPOP-1285[TINKERPOP-1285]
+
+
 Upgrading for Providers
 ~~~~~~~~~~~~~~~~~~~~~~~