From 2e00f656d081e571993bbe314e285cb5c1f61700 Mon Sep 17 00:00:00 2001 From: Rando <5chdn@users.noreply.github.com> Date: Thu, 1 Mar 2018 20:53:21 +0100 Subject: [PATCH] Add changelog for 1.8.11 stable and 1.9.4 beta (#8017) * Add changelog for 1.8.11 stable * Add changelog for 1.9.4 beta * Bump release date --- CHANGELOG.md | 17 +++++++++++++++++ docs/CHANGELOG-1.8.md | 13 +++++++++++++ 2 files changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d160b47f..1afc8b62d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## Parity [v1.9.4](https://github.com/paritytech/parity/releases/tag/v1.9.4) (2018-03-01) + +Parity 1.9.4 is a bug-fix release to improve performance and stability. + +The full list of included changes: + +- Bump beta to 1.9.4 ([#8016](https://github.com/paritytech/parity/pull/8016)) +- Beta Backports ([#8011](https://github.com/paritytech/parity/pull/8011)) + - Fix traces, removed bloomchain crate ([#7979](https://github.com/paritytech/parity/pull/7979)) + - Reject too large packets in snapshot sync. ([#7977](https://github.com/paritytech/parity/pull/7977)) + - Fixed broken logs ([#7934](https://github.com/paritytech/parity/pull/7934)) + - Increase max download limit to 128MB ([#7965](https://github.com/paritytech/parity/pull/7965)) + - Calculate proper keccak256/sha3 using parity. ([#7953](https://github.com/paritytech/parity/pull/7953)) + - Bump WebSockets ([#7952](https://github.com/paritytech/parity/pull/7952)) + - Hardware-wallet/usb-subscribe-refactor ([#7860](https://github.com/paritytech/parity/pull/7860)) + - Make block generator easier to use ([#7888](https://github.com/paritytech/parity/pull/7888)) + ## Parity [v1.9.3](https://github.com/paritytech/parity/releases/tag/v1.9.3) (2018-02-20) Parity 1.9.3 is a bug-fix release to improve performance and stability. diff --git a/docs/CHANGELOG-1.8.md b/docs/CHANGELOG-1.8.md index e8ed762ca..75d424932 100644 --- a/docs/CHANGELOG-1.8.md +++ b/docs/CHANGELOG-1.8.md @@ -1,3 +1,16 @@ +## Parity [v1.8.11](https://github.com/paritytech/parity/releases/tag/v1.8.11) (2018-03-01) + +Parity 1.8.11 is a bug-fix release to improve performance and stability. + +The full list of included changes: + +- Bump stable to 1.8.11 ([#8010](https://github.com/paritytech/parity/pull/8010)) +- Stable Backports ([#8008](https://github.com/paritytech/parity/pull/8008)) + - Reject too large packets in snapshot sync. ([#7977](https://github.com/paritytech/parity/pull/7977)) + - Increase max download limit to 128MB ([#7965](https://github.com/paritytech/parity/pull/7965)) + - Calculate proper keccak256/sha3 using parity. ([#7953](https://github.com/paritytech/parity/pull/7953)) + - Bump WebSockets ([#7952](https://github.com/paritytech/parity/pull/7952)) + ## Parity [v1.8.10](https://github.com/paritytech/parity/releases/tag/v1.8.10) (2018-02-20) Parity 1.8.10 is a bug-fix release to improve performance and stability.