diff --git a/CHANGELOG.md b/CHANGELOG.md index 67a9cae..4fa5727 100644 --- a/CHANGELOG.md +++ b/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 ---- diff --git a/brick.cabal b/brick.cabal index 9d0b481..aab2ef8 100644 --- a/brick.cabal +++ b/brick.cabal @@ -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