Add a release date

This commit is contained in:
Peter Jones 2017-02-09 16:25:24 -07:00
parent d2ffb75031
commit b064d22c2d
No known key found for this signature in database
GPG Key ID: 9DAFAA8D01941E49

View File

@ -1,12 +1,12 @@
# Change Log / Release Notes # Change Log / Release Notes
## 0.13 ## 0.13 (February 10, 2017)
### Breaking Changes ### Breaking Changes
* The type of `completionKey` (of `XPConfig` record) has been * The type of `completionKey` (of `XPConfig` record) has been
changed from `KeySym` to `(KeyMask, KeySym)`. The default value changed from `KeySym` to `(KeyMask, KeySym)`. The default value
for this is still binded to `Tab` key. for this is still bound to the `Tab` key.
* New constructor `CenteredAt Rational Rational` added for * New constructor `CenteredAt Rational Rational` added for
`XMonad.Prompt.XPPosition`. `XMonad.Prompt.XPPosition`.