mirror of
https://github.com/jtdaugherty/brick.git
synced 2025-01-08 15:08:46 +03:00
Bump version, update changelog
This commit is contained in:
parent
19388169e3
commit
21962b91a7
16
CHANGELOG.md
16
CHANGELOG.md
@ -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
|
||||
----
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user