Update changelog, bump version

This commit is contained in:
Jonathan Daugherty 2018-12-27 11:11:20 -08:00
parent dc0ae4627e
commit 4a5a803d01
2 changed files with 15 additions and 1 deletions

View File

@ -2,6 +2,20 @@
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
----

View File

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