Bump version, update changelog

This commit is contained in:
Jonathan Daugherty 2017-11-05 11:24:41 -08:00
parent 19388169e3
commit 21962b91a7
2 changed files with 17 additions and 1 deletions

View File

@ -2,6 +2,22 @@
Brick changelog
---------------
0.29
----
API changes:
* Added Ord instances for `Location` and `BrickEvent` (thanks Tom
Sydney Kerckhove)
* `Brick.AttrMap`: attribute name components are now exposed via the
`attrNameComponents` function. Also added a Read instance for
AttrName.
New features:
* This release adds user-customizable theme support. Please see the
"Attribute Themes" section of the User Guide for an introduction; see
the Haddock documentation for `Brick.Themes` for full details. Also,
see the new `programs/ThemeDemo.hs` for a working demonstration.
0.28
----

View File

@ -1,5 +1,5 @@
name: brick
version: 0.28
version: 0.29
synopsis: A declarative terminal user interface library
description:
Write terminal applications painlessly with 'brick'! You write an