mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-18 05:33:49 -07:00
Merge pull request #375 from ivanbrennan/minimize-export
Minimize: export type constructor
This commit is contained in:
@@ -148,6 +148,10 @@
|
||||
* `XMonad.Hooks.DynamicLog`
|
||||
- Added `xmobarBorder` function to create borders around strings.
|
||||
|
||||
* `XMonad.Layout.Minimize`
|
||||
|
||||
- Export `Minimize` type constructor.
|
||||
|
||||
## 0.16
|
||||
|
||||
### Breaking Changes
|
||||
|
@@ -17,6 +17,7 @@
|
||||
module XMonad.Layout.Minimize (
|
||||
-- * Usage
|
||||
-- $usage
|
||||
Minimize,
|
||||
minimize,
|
||||
) where
|
||||
|
||||
|
Reference in New Issue
Block a user