diff options
author | jao <jao@gnu.org> | 2020-08-07 03:18:34 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2020-08-07 03:26:20 +0100 |
commit | f60a105dbd866cb1ac23fb3277ff42f896c7f056 (patch) | |
tree | 3bd22fc4149fec42607069976f0509f626e400c9 /changelog.md | |
parent | 9e3b95f62aa4114807b70f35b01274b7beac5991 (diff) | |
download | xmobar-f60a105dbd866cb1ac23fb3277ff42f896c7f056.tar.gz xmobar-f60a105dbd866cb1ac23fb3277ff42f896c7f056.tar.bz2 |
Don't get confused by empty configuration dirs (fixes #313)
By checking full paths, instead of just dirs (option 1).
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 6b18fee..a4801b6 100644 --- a/changelog.md +++ b/changelog.md @@ -7,7 +7,8 @@ _New features_ _Bug fixes_ - - Documentation fixes (Tomáš Janoušek). + - Documentation fixes (Tomáš Janoušek) + - Don't get confused by empty configuration dirs (fixes #313) ## Version 0.35.1 (June, 2020) |