From 6fbfb2f476d18abc99a8f125bf1a4513d329099e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 15 Feb 2022 07:12:38 +0100 Subject: [PATCH] core: update sentence about XDG directories in release notes --- ReleaseNotes.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc index a731ceefb..2dd8f9e78 100644 --- a/ReleaseNotes.adoc +++ b/ReleaseNotes.adoc @@ -206,8 +206,10 @@ Bug fix and maintenance release. [[v3.2_xdg_directories]] === XDG directories -Support of XDG directories has been added. For compatibility, if the directory -`~/.weechat` exists, WeeChat will still use it for all files. +Support of XDG directories has been added. + +For compatibility, if the XDG directories are not found but `~/.weechat` exists, +this single directory is used for all files. If you want to switch to XDG directories, you must create and move manually all files in the appropriate directories. +