From 2ab21acf114732c1681e4440f9d5b5a759d0ecc3 Mon Sep 17 00:00:00 2001 From: Afri Date: Tue, 23 May 2017 15:28:41 +0200 Subject: [PATCH] Update CHANGELOG for 1.6.7 (#5683) --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b52c4e1f3..d109cfdb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +## Parity [v1.6.7](https://github.com/paritytech/parity/releases/tag/v1.6.7) (2017-05-18) + +This release addresses: + +- potential usability issues with [import and recovery of existing accounts](https://blog.parity.io/restoring-blank-seed-phrase/). +- canceling scheduled transactions via RPC or UI. +- warp sync issues with the Kovan network. + +Full changelog: + +- Backporting to beta [#5657](https://github.com/paritytech/parity/pull/5657) + - Add CHANGELOG.md [#5513](https://github.com/paritytech/parity/pull/5513) + - Reorg into blocks before minimum history [#5558](https://github.com/paritytech/parity/pull/5558) + - Bump to v1.6.7 +- Cancel Transaction [#5656](https://github.com/paritytech/parity/pull/5656) + - option to disable persistent txqueue [#5544](https://github.com/paritytech/parity/pull/5544) + - Remove transaction RPC [#4949](https://github.com/paritytech/parity/pull/4949) + - Cancel tx JS [#4958](https://github.com/paritytech/parity/pull/4958) + - Updating documentation for RPCs [#5392](https://github.com/paritytech/parity/pull/5392) +- Backport Recover button [#5654](https://github.com/paritytech/parity/pull/5654) + - Backport [#5645](https://github.com/paritytech/parity/pull/5645) +- Add monotonic step to Kovan [#5630](https://github.com/paritytech/parity/pull/5630) + - Add monotonic transition to kovan [#5587](https://github.com/paritytech/parity/pull/5587) +- Fix ethsign [#5600](https://github.com/paritytech/parity/pull/5600) +- Registry backports [#5445](https://github.com/paritytech/parity/pull/5445) + - Fixes to the Registry dapp [#4984](https://github.com/paritytech/parity/pull/4984) + - Fix references to api outside of `parity.js` [#4981](https://github.com/paritytech/parity/pull/4981) + ## Parity [v1.6.6](https://github.com/paritytech/parity/releases/tag/v1.6.6) (2017-04-11) This release brings warp sync support for kovan network.