Merge branch 'master' into travis.

This commit is contained in:
Peter Simons
2018-07-30 09:32:12 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Change Log / Release Notes # Change Log / Release Notes
## 0.14 (Not Yet Released) ## 0.14 (July 30, 2018)
### Bug Fixes ### Bug Fixes

View File

@@ -73,7 +73,7 @@ data XState = XState
, extensibleState :: !(M.Map String (Either String StateExtension)) , extensibleState :: !(M.Map String (Either String StateExtension))
-- ^ stores custom state information. -- ^ stores custom state information.
-- --
-- The module "XMonad.Utils.ExtensibleState" in xmonad-contrib -- The module "XMonad.Util.ExtensibleState" in xmonad-contrib
-- provides additional information and a simple interface for using this. -- provides additional information and a simple interface for using this.
} }

View File

@@ -1,5 +1,5 @@
name: xmonad name: xmonad
version: 0.13 version: 0.14
homepage: http://xmonad.org homepage: http://xmonad.org
synopsis: A tiling window manager synopsis: A tiling window manager
description: description: