diff options
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 27e4178..826d846 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,18 @@ Changelog for [remembering](https://euandreh.xyz/remembering/en/). ## Changed +### Use of `$XDG_DATA_HOME` + +When the environment variable `$XDG_DATA_HOME` is defined, remembering now +appends a trailing `/remembering` to it instead of start writing files to where +the environment variable points to. + +This is in conformance with the [XDG Base Directory Specification][xdg]. + +[xdg]: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html + +### Exit code + When remembering encounters an unrecognized option, it now exits with 2 instead of ignoring it. |