This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/master by this push:
new 35fcbeb Removed formatting from headers CTR
35fcbeb is described below
commit 35fcbebc1cf60451a6c20e008f7bd53fba82b363
Author: Stephen Mallette <spmva@genoprime.com>
AuthorDate: Fri Jan 11 13:53:04 2019 -0500
Removed formatting from headers CTR
---
docs/src/upgrade/release-3.4.x.asciidoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/src/upgrade/release-3.4.x.asciidoc b/docs/src/upgrade/release-3.4.x.asciidoc
index a2e672a..5b052f1 100644
--- a/docs/src/upgrade/release-3.4.x.asciidoc
+++ b/docs/src/upgrade/release-3.4.x.asciidoc
@@ -413,7 +413,7 @@ List<Result> result = client.submit("g.V()", options).all().get();
See: link:https://issues.apache.org/jira/browse/TINKERPOP-1342[TINKERPOP-1342]
-==== `min()` `max()` and Comparable
+==== min() max() and Comparable
Previously `min()` and `max()` were only working for numeric values. This has been changed
and these steps can now
operate over any `Comparable` value. The common workaround was the combination of `order().by()`
and `limit()` as
|