diff options
author | jao <jao@gnu.org> | 2020-04-27 03:07:53 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2020-04-27 03:07:53 +0100 |
commit | b0591c5e4c483aa47ef74ab25448c56cf6e3a82a (patch) | |
tree | 00207719e04af09bcfc00fcfa12bd7b4d1988af6 | |
parent | 9da133892d91260a79c5f456a0bd4ab8213a7a9c (diff) | |
download | xmobar-b0591c5e4c483aa47ef74ab25448c56cf6e3a82a.tar.gz xmobar-b0591c5e4c483aa47ef74ab25448c56cf6e3a82a.tar.bz2 |
Changelog updated
-rw-r--r-- | changelog.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index e147c22..e77af85 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,10 @@ -## Version 0.34 (Unreleased) +## Version 0.34 (April, 2020) _New features_ - New plugin `HandleReader` for reading data from a Haskell `Handle`. This is useful if you are running xmobar from within a Haskell program. + - Build with ghc 8.10 allowed. ## Version 0.33 (February, 2020) |