mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-26 09:06:56 +03:00
Bump version, update changelog
This commit is contained in:
parent
57ffef581c
commit
a164f6cf3b
12
CHANGELOG.md
12
CHANGELOG.md
@ -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
|
||||
----
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user