Bump version, update changelog

This commit is contained in:
Jonathan Daugherty 2017-08-05 14:43:01 -07:00
parent 57ffef581c
commit a164f6cf3b
2 changed files with 13 additions and 1 deletions

View File

@ -2,6 +2,18 @@
Brick changelog
---------------
0.23
----
API changes:
* getVtyHandle: always return a Vty handle rather than Maybe
(Previously, in appStartEvent you'd get Nothing because Vty had
not been initialized yet. This made various use cases impossible
to satisfy because appStartEvent is a natural place to get initial
terminal state from Vty. This change makes it so that a Vty handle is
always available, even in appStartEvent.)
* txtWrapWith: added missing haddock
0.22
----

View File

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