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 5E8ED200C68 for ; Wed, 3 May 2017 22:52:51 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5D1CD160BB5; Wed, 3 May 2017 20:52:51 +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 A4D82160BA1 for ; Wed, 3 May 2017 22:52:50 +0200 (CEST) Received: (qmail 63512 invoked by uid 500); 3 May 2017 20:52:49 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 63491 invoked by uid 99); 3 May 2017 20:52:49 -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; Wed, 03 May 2017 20:52:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 365EADFB8A; Wed, 3 May 2017 20:52:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: cordova-cli git commit: updated formatting issue with release notes Date: Wed, 3 May 2017 20:52:49 +0000 (UTC) archived-at: Wed, 03 May 2017 20:52:51 -0000 Repository: cordova-cli Updated Branches: refs/heads/master a9113bc8c -> a278c3a90 updated formatting issue with release notes Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/a278c3a9 Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/a278c3a9 Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/a278c3a9 Branch: refs/heads/master Commit: a278c3a90cfb375d635c233a8c5bb1ea3773d0fb Parents: a9113bc Author: Steve Gill Authored: Wed May 3 22:52:42 2017 +0200 Committer: Steve Gill Committed: Wed May 3 22:52:42 2017 +0200 ---------------------------------------------------------------------- RELEASENOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/a278c3a9/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index edc89ce..8db599d 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -24,7 +24,7 @@ * [CB-12570](https://issues.apache.org/jira/browse/CB-12570): `cordova-fetch` is true by default. Use `--nofetch` flag to fetch platforms and plugins using old fetching logic. * [CB-12665](https://issues.apache.org/jira/browse/CB-12665): removed `engineStrict` as it is no longer supported * [CB-11982](https://issues.apache.org/jira/browse/CB-11982): added `edit` and `ls` to `cordova config` -* [CB-11982](https://issues.apache.org/jira/browse/CB-11982): added new `cordova config command that `sets`, `gets`, and `deletes` global enviroment variables. +* [CB-11982](https://issues.apache.org/jira/browse/CB-11982): added new `cordova config` command that `sets`, `gets`, and `deletes` global enviroment variables. * [CB-12008](https://issues.apache.org/jira/browse/CB-12008): updated docs to reflect new autosave changes and removed variables missed due to rebase * [CB-12008](https://issues.apache.org/jira/browse/CB-12008): made autosave the default for platform and plugin add/remove * [CB-11977](https://issues.apache.org/jira/browse/CB-11977): removed support for `node 0.x` --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org