From 2cbc8d8e1d4c8b6307ece8c69f07abf76cd74200 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 16 May 2019 17:41:49 +0200 Subject: [PATCH] add changelog for v1.6.2 --- CHANGELOG.md | 9 +++++++++ metadata/en-US/changelogs/1006052.txt | 6 ++++++ 2 files changed, 15 insertions(+) create mode 100644 metadata/en-US/changelogs/1006052.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 803cf24a2..46ff39ce5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### 1.6.2 (2019-05-20) + +* fixed issue where cached indexes were wrongly redownloaded (#1737), + thanks to @amiraliakbari for tracking it down! + +* fixed wrong string for the translated title of the Updates Tab (#1785) + +* fixed crashes on very low memory when starting + ### 1.6.1 (2019-05-10) * Updated translations diff --git a/metadata/en-US/changelogs/1006052.txt b/metadata/en-US/changelogs/1006052.txt new file mode 100644 index 000000000..7623c2562 --- /dev/null +++ b/metadata/en-US/changelogs/1006052.txt @@ -0,0 +1,6 @@ +* fixed issue where cached indexes were wrongly redownloaded (#1737), + thanks to @amiraliakbari for tracking it down! + +* fixed wrong string for the translated title of the Updates Tab (#1785) + +* fixed crashes on very low memory when starting