mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-30 06:02:02 +03:00
Update changelog, bump version
This commit is contained in:
parent
dc0ae4627e
commit
4a5a803d01
14
CHANGELOG.md
14
CHANGELOG.md
@ -2,6 +2,20 @@
|
|||||||
Brick changelog
|
Brick changelog
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
0.46
|
||||||
|
----
|
||||||
|
|
||||||
|
Performance improvements:
|
||||||
|
* The box combinators `<=>`, `<+>`, `vBox`, and `hBox` got GHC rewrite
|
||||||
|
rules that will optimize away redundant boxes. This change improves
|
||||||
|
performance for chains of `<+>` or `<=>` as well as nested boxes
|
||||||
|
using `hBox` and `vBox`. Previously chains of e.g. `<+>` produced
|
||||||
|
binary trees of boxes that incurred more rendering overhead. Those
|
||||||
|
are now optimized away.
|
||||||
|
|
||||||
|
API changes:
|
||||||
|
* Data.Text.Markup: renamed `empty` to `isEmpty`
|
||||||
|
|
||||||
0.45
|
0.45
|
||||||
----
|
----
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: brick
|
name: brick
|
||||||
version: 0.45
|
version: 0.46
|
||||||
synopsis: A declarative terminal user interface library
|
synopsis: A declarative terminal user interface library
|
||||||
description:
|
description:
|
||||||
Write terminal applications painlessly with 'brick'! You write an
|
Write terminal applications painlessly with 'brick'! You write an
|
||||||
|
Loading…
Reference in New Issue
Block a user