diff --git a/CHANGELOG.md b/CHANGELOG.md index ea4849c..924624a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ Brick changelog --------------- +0.52 +---- + +API changes: + * EventM now provides a MonadFail instance + * EventM now provides MonadMask, MonadCatch, and MonadThrow instances + (thanks Fraser Tweedale) + +Other changes: + * The FileBrowser now has support for vi-style bindings in addition to + its previous bindings. New bindings include: + * `j`/`k`: next/previous element + * `C-n`/`C-p`: page down/up + * `C-d`/`C-u`: half page down/up + * `g`: select first entry + * `G`: select last entry + 0.51 ---- diff --git a/brick.cabal b/brick.cabal index 8e251ec..dc52701 100644 --- a/brick.cabal +++ b/brick.cabal @@ -1,5 +1,5 @@ name: brick -version: 0.51 +version: 0.52 synopsis: A declarative terminal user interface library description: Write terminal applications painlessly with 'brick'! You write an