diff --git a/CHANGELOG.md b/CHANGELOG.md index f78d0ef..32b6474 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ Brick changelog --------------- +2.3 +--- + +API changes: +* `FormFieldVisibilityMode`'s `ShowAugmentedField` was renamed to + `ShowCompositeField` to be clearer about what it does, and a new + `ShowAugmentedField` constructor was added to support a mode where + field augmentations applied with `@@=` are made visible as well. + 2.2 --- diff --git a/brick.cabal b/brick.cabal index faf766e..2894fed 100644 --- a/brick.cabal +++ b/brick.cabal @@ -1,5 +1,5 @@ name: brick -version: 2.2 +version: 2.3 synopsis: A declarative terminal user interface library description: Write terminal user interfaces (TUIs) painlessly with 'brick'! You