From 9cf829730f47bf0508bb990bfef6c0ff4defe996 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Wed, 17 Jun 2020 21:40:42 +0100 Subject: [PATCH] Prepare changelog for v1.6.6-rc.1 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 434d21b..5ec2e99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +Changes in [1.6.6-rc.1](https://github.com/vector-im/riot-desktop/releases/tag/v1.6.6-rc.1) (2020-06-17) +======================================================================================================== +[Full Changelog](https://github.com/vector-im/riot-desktop/compare/v1.6.5...v1.6.6-rc.1) + + * Upgrade needle to avoid bugs with modern Node + [\#101](https://github.com/vector-im/riot-desktop/pull/101) + * Fix riot-desktop manual update check getting stuck on Downloading... + [\#99](https://github.com/vector-im/riot-desktop/pull/99) + * Electron recall latest downloaded update for when the user manually asks + [\#98](https://github.com/vector-im/riot-desktop/pull/98) + * use keytar to store pickle keys + [\#95](https://github.com/vector-im/riot-desktop/pull/95) + Changes in [1.6.5](https://github.com/vector-im/riot-desktop/releases/tag/v1.6.5) (2020-06-16) ============================================================================================== [Full Changelog](https://github.com/vector-im/riot-desktop/compare/v1.6.4...v1.6.5)