Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 96C40200D28 for ; Mon, 23 Oct 2017 19:53:59 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 951F91609E0; Mon, 23 Oct 2017 17:53:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0D02E1609DF for ; Mon, 23 Oct 2017 19:53:58 +0200 (CEST) Received: (qmail 29656 invoked by uid 500); 23 Oct 2017 17:53:58 -0000 Mailing-List: contact commits-help@tinkerpop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tinkerpop.apache.org Delivered-To: mailing list commits@tinkerpop.apache.org Received: (qmail 29647 invoked by uid 99); 23 Oct 2017 17:53:58 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Oct 2017 17:53:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2023DDFBC6; Mon, 23 Oct 2017 17:53:58 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: spmallette@apache.org To: commits@tinkerpop.apache.org Date: Mon, 23 Oct 2017 17:53:58 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] tinkerpop git commit: Fixed minor formatting problem in changelog CTR archived-at: Mon, 23 Oct 2017 17:53:59 -0000 Repository: tinkerpop Updated Branches: refs/heads/master a8c5f651c -> 1ce7d1246 Fixed minor formatting problem 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/f1c41ea4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f1c41ea4 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/f1c41ea4 Branch: refs/heads/master Commit: f1c41ea49cb3000fab9d8a2109e562cd2ccbd3f1 Parents: 3648f80 Author: Stephen Mallette Authored: Mon Oct 23 13:53:32 2017 -0400 Committer: Stephen Mallette Committed: Mon Oct 23 13:53:32 2017 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/f1c41ea4/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 07f1d69..12f75d9 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -116,7 +116,7 @@ This release also includes changes from <>. This release also includes changes from <>. -* Fixed folding of multiple `hasId()`'s into `GraphStep`. +* Fixed folding of multiple `hasId()` steps into `GraphStep`. * Added string performance options to `StarGraph`. * Fixed a bug in `until(predicate)` where it was actually calling `emit(predicate)`. * Fixed inconsistency in GraphSON serialization of `Path` where properties of graph elements were being included when serialized.