From 75d1f7f89714e248b5f50b1d80b2e14248536fd1 Mon Sep 17 00:00:00 2001 From: Zestyr Date: Sun, 18 Jun 2017 07:13:53 +0200 Subject: [PATCH] Add changelog --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ff8d3312..a5c9971e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,12 +13,14 @@ at anytime. * ### Changed - * - * + * Linux data folder changed from `.lbrynet` to `~/.local/share/LBRY` + * Linux config folder changed from `.lbryum` to `~/.config/LBRY` + * Linux downloads folder changed from `~/Downloads` to `XDG_DOWNLOAD_DIR` ### Fixed * Fixed some log messages throwing exceptions * Fix shutdown of the blob tracker by Session + * Fix default directories to comply to XDG ### Deprecated *