From 25d44573fc3754ce70d448adf5256fefd407a3db Mon Sep 17 00:00:00 2001 From: MadelineMurray <43356962+MadelineMurray@users.noreply.github.com> Date: Tue, 29 Jan 2019 05:33:01 +1000 Subject: [PATCH] Added reference to changelog for CLI changes mapping (#673) --- docs/Getting-Started/Starting-Pantheon.md | 6 ++++++ docs/Reference/Pantheon-CLI-Syntax.md | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/Getting-Started/Starting-Pantheon.md b/docs/Getting-Started/Starting-Pantheon.md index 4a89b8d1c8..a61e88385b 100644 --- a/docs/Getting-Started/Starting-Pantheon.md +++ b/docs/Getting-Started/Starting-Pantheon.md @@ -3,6 +3,12 @@ description: Starting Pantheon # Starting Pantheon +!!! important "Breaking Changes in v0.9" + In v0.9, the command line changed to improve usability. These are breaking changes; that is, + in many cases the v0.8 command line options no longer work. + The examples below and the rest of the documentation has been updated to reflect these changes. The [release notes](https://github.com/PegaSysEng/pantheon/blob/master/CHANGELOG.md) + include a mapping of the previous command line options to the new options. + Pantheon nodes can be used for varying purposes as described in the [Overview](../index.md). Nodes can connect to the Ethereum mainnet, public testnets such as Ropsten, or private networks. diff --git a/docs/Reference/Pantheon-CLI-Syntax.md b/docs/Reference/Pantheon-CLI-Syntax.md index b0a5ac2f53..9adf6a1b1f 100644 --- a/docs/Reference/Pantheon-CLI-Syntax.md +++ b/docs/Reference/Pantheon-CLI-Syntax.md @@ -4,10 +4,10 @@ description: Pantheon commande line interface reference # Pantheon Command Line !!! important "Breaking Changes in v0.9" - In v0.9 the command line changed to improve usability. These are breaking changes; that is, - in many cases the v0.8 command line options will no longer work. This reference and the rest of - the documentation will be updated to reflect these changes. Any further information required - about the changes are included in the v0.9 release notes. + In v0.9, the command line changed to improve usability. These are breaking changes; that is, + in many cases the v0.8 command line options no longer work. + This reference and the rest of the documentation has been updated to reflect these changes. The [release notes](https://github.com/PegaSysEng/pantheon/blob/master/CHANGELOG.md) + include a mapping of the previous command line options to the new options. This reference describes the syntax of the Pantheon Command Line Interface (CLI) options and subcommands.