diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aeea6a..0b913f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ Brick changelog --------------- +0.69.1 +------ + +Bug fixes: + * `table` can now deal properly with empty cells that are in left- and + top-aligned settings. Previously, empty cells in those settings would + break table rendering. (#369) + 0.69 ---- diff --git a/brick.cabal b/brick.cabal index 7d07f5b..cb8189d 100644 --- a/brick.cabal +++ b/brick.cabal @@ -1,5 +1,5 @@ name: brick -version: 0.69 +version: 0.69.1 synopsis: A declarative terminal user interface library description: Write terminal user interfaces (TUIs) painlessly with 'brick'! You