From da6cf33aac95dd62ff116016ea5ca0a39b86a8de Mon Sep 17 00:00:00 2001 From: Afri Schoedon <5chdn@users.noreply.github.com> Date: Wed, 17 Oct 2018 14:52:11 +0200 Subject: [PATCH] docs: changelogs for 2.0.8 and 2.1.3 (#9758) * docs: add changelog for parity ethereum v2.1.3 beta * docs: add changelog for parity ethereum v2.0.7 stable --- CHANGELOG.md | 15 ++++++++++++++- docs/CHANGELOG-2.0.md | 14 ++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce6c88c61..41f93fa90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ -## Parity-Ethereum [v2.1.1](https://github.com/paritytech/parity-ethereum/releases/tag/v2.1.1) (2018-10-12) +## Parity-Ethereum [v2.1.3](https://github.com/paritytech/parity-ethereum/releases/tag/v2.1.3) (2018-10-16) + +Parity-Ethereum 2.1.3-stable is a release that fixes a consensus issue with the recent Constantinople release. Upgrading is mandatory whatever network you are connected to that plans enabling EIP-1283, e.g., Ropsten, Kovan, Ethereum. + +The full list of included changes: + +- Beta release 2.1.3 backports ([#9749](https://github.com/paritytech/parity-ethereum/pull/9749)) + - Parity-version: mark 2.1.3 beta as critical + - Use signed 256-bit integer for sstore gas refund substate ([#9746](https://github.com/paritytech/parity-ethereum/pull/9746)) + - Add --force to cargo audit install script ([#9735](https://github.com/paritytech/parity-ethereum/pull/9735)) + - Heads ref not present for branches beta and stable ([#9741](https://github.com/paritytech/parity-ethereum/pull/9741)) + - Aura: fix panic on extra_info with unsealed block ([#9755](https://github.com/paritytech/parity-ethereum/pull/9755)) + +## Parity-Ethereum [v2.1.2](https://github.com/paritytech/parity-ethereum/releases/tag/v2.1.2) (2018-10-12) Parity-Ethereum 2.1.2-beta is a release that introduces **Constantinople** to the Ethereum client. Upgrading is strongly recommended. diff --git a/docs/CHANGELOG-2.0.md b/docs/CHANGELOG-2.0.md index a72b37d98..451312b37 100644 --- a/docs/CHANGELOG-2.0.md +++ b/docs/CHANGELOG-2.0.md @@ -1,3 +1,17 @@ +## Parity-Ethereum [v2.0.8](https://github.com/paritytech/parity-ethereum/releases/tag/v2.0.8) (2018-10-16) + +Parity-Ethereum 2.0.8-stable is a release that fixes a consensus issue with the recent Constantinople release. Upgrading is mandatory whatever network you are connected to that plans enabling EIP-1283, e.g., Ropsten, Kovan, Ethereum. + +The full list of included changes: + +- Stable release 2.0.8 backports ([#9748](https://github.com/paritytech/parity-ethereum/pull/9748)) + - Parity-version: mark 2.0.8 stable as critical + - Use signed 256-bit integer for sstore gas refund substate ([#9746](https://github.com/paritytech/parity-ethereum/pull/9746)) + - Add --force to cargo audit install script ([#9735](https://github.com/paritytech/parity-ethereum/pull/9735)) + - Heads ref not present for branches beta and stable ([#9741](https://github.com/paritytech/parity-ethereum/pull/9741)) + - Aura: fix panic on extra_info with unsealed block ([#9755](https://github.com/paritytech/parity-ethereum/pull/9755)) + + ## Parity-Ethereum [v2.0.7](https://github.com/paritytech/parity-ethereum/releases/tag/v2.0.7) (2018-10-11) Parity-Ethereum 2.0.7-stable is a release that introduces **Constantinople** to the Ethereum client. Upgrading is strongly recommended.