diff --git a/CHANGELOG.md b/CHANGELOG.md index 76ef3ae..bfec20a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ Brick changelog --------------- +2.5 +--- + +New features: +* `Brick.Widgets.ProgressBar` got a new function, `customProgressBar`, + which allows the customization of the fill characters used to draw a + progress bar. (Thanks @sectore) + 2.4 --- diff --git a/brick.cabal b/brick.cabal index 426d484..7c41899 100644 --- a/brick.cabal +++ b/brick.cabal @@ -1,5 +1,5 @@ name: brick -version: 2.4 +version: 2.5 synopsis: A declarative terminal user interface library description: Write terminal user interfaces (TUIs) painlessly with 'brick'! You