diff options
author | jao <jao@gnu.org> | 2019-02-07 04:49:32 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2019-02-07 04:49:32 +0000 |
commit | 132c4c459763c81ddf60aeedf5b87b619bb5f1ce (patch) | |
tree | e9d958c5da9a34c960435a2045bc9ded9d0fbe0d /changelog.md | |
parent | 75d0d5e1897d5d69a3b296011be1981b92fbb5ac (diff) | |
download | xmobar-132c4c459763c81ddf60aeedf5b87b619bb5f1ce.tar.gz xmobar-132c4c459763c81ddf60aeedf5b87b619bb5f1ce.tar.bz2 |
Always require http-conduit for weather (fixes #378)
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 6659053..b387f6e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -## Version 0.29.5 (January, 2019) +## Version 0.29.5 (February, 2019) _Bug fixes_ @@ -6,6 +6,8 @@ _Bug fixes_ configuration file (issue #375). - `Alsa` plugin: restart `alsactl` if it quits, e.g. because of a sleep/awake cycle (issue #376). + - `Weather` using the new HTTPS URL, which requires http-conduit as + a dependency (issue #378). ## Version 0.29.4 (December, 2018) |