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