diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-02-15 07:12:38 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-02-15 07:12:38 +0100 |
commit | 6fbfb2f476d18abc99a8f125bf1a4513d329099e (patch) | |
tree | 94a58bac94090aa70d702f125e0dd7f28a807a66 | |
parent | a2bb57bf82f6e771c6eca334064c281440cd52cc (diff) | |
download | weechat-6fbfb2f476d18abc99a8f125bf1a4513d329099e.zip |
core: update sentence about XDG directories in release notes
-rw-r--r-- | ReleaseNotes.adoc | 6 |
1 files 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. + |