From d95cc7f8391809e790bff4e5c5532e8ea056a646 Mon Sep 17 00:00:00 2001 From: Jonathan Daugherty Date: Sun, 13 Jun 2021 08:32:16 -0700 Subject: [PATCH] Bump version, update changelog --- CHANGELOG.md | 8 ++++++++ brick.cabal | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c0bcb6..d2d1558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ Brick changelog --------------- +0.63 +---- + +API changes: + * The `Viewport` type got a new field, `_vpContentSize` (and a + corresponding lens `vpContentSize`) to get the size of the viewport's + contents. + 0.62 ---- diff --git a/brick.cabal b/brick.cabal index 8063c11..deda4f8 100644 --- a/brick.cabal +++ b/brick.cabal @@ -1,5 +1,5 @@ name: brick -version: 0.62 +version: 0.63 synopsis: A declarative terminal user interface library description: Write terminal user interfaces (TUIs) painlessly with 'brick'! You