diff options
-rw-r--r-- | changelog.md | 6 | ||||
-rw-r--r-- | xmobar.cabal | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 0c2dc51..cf33b75 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,12 @@ _New features_ - New `ComX`, which runs a command with custom exit error message. +_Bug fixes_ + + - hinotify version upgraded ([issue #356]) + +[issue #356]: https://github.com/jaor/xmobar/issues/356 + ## Version 0.27 (July, 2018) _New features_ diff --git a/xmobar.cabal b/xmobar.cabal index 9f614ec..27f36a2 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -1,5 +1,5 @@ name: xmobar -version: 0.27 +version: 0.28 homepage: http://xmobar.org synopsis: A Minimalistic Text Based Status Bar description: Xmobar is a minimalistic text based status bar. |