Xmonad/Notable changes since 0.11: Difference between revisions
< Xmonad
(start) |
(note usage of data-default) |
||
Line 1: | Line 1: | ||
This page is for keeping a record of significant changes in darcs <tt>xmonad</tt> and <tt>xmonad-contrib</tt> since the 0.11 releases (Jan 1, 2013). See <tt>darcs changes</tt> in the source repositories for the patches and more details covering documentation and bug fixes not noted here. | This page is for keeping a record of significant changes in darcs <tt>xmonad</tt> and <tt>xmonad-contrib</tt> since the 0.11 releases (Jan 1, 2013). See <tt>darcs changes</tt> in the source repositories for the patches and more details covering documentation and bug fixes not noted here. | ||
= non-breaking changes = | |||
== data-default == | |||
Use of [http://hackage.haskell.org/package/data-default data-default] allows using def where previously you had to write defaultConfig, defaultXPConfig default... |
Revision as of 20:19, 7 June 2013
This page is for keeping a record of significant changes in darcs xmonad and xmonad-contrib since the 0.11 releases (Jan 1, 2013). See darcs changes in the source repositories for the patches and more details covering documentation and bug fixes not noted here.
non-breaking changes
data-default
Use of data-default allows using def where previously you had to write defaultConfig, defaultXPConfig default...