From 13f30b81910eaf474138dcf46dc9ca5bc065abd4 Mon Sep 17 00:00:00 2001 From: Jonathan Daugherty Date: Sun, 11 Jun 2017 12:27:32 -0700 Subject: [PATCH] Update changelog, bump version --- CHANGELOG.md | 14 ++++++++++++++ brick.cabal | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd27596..9c115f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ Brick changelog --------------- +0.18 +---- + +Package changes: + * Added a dependency on data-clist. + +API changes: + * Brick.Focus: removed the Functor instance for FocusRing. + * Brick.Focus: re-implemented FocusRing in terms of the circular list + data structure from data-clist. In addition, this change introduced + "focusRingModify", which permits the user to use the data-clist API + to directly manipulate the FocusRing's internals. This way brick + doesn't have to re-invent the wheel on the focus ring behavior. + 0.17.2 ------ diff --git a/brick.cabal b/brick.cabal index 84db678..dbeae92 100644 --- a/brick.cabal +++ b/brick.cabal @@ -1,5 +1,5 @@ name: brick -version: 0.17.2 +version: 0.18 synopsis: A declarative terminal user interface library description: Write terminal applications painlessly with 'brick'! You write an