Update changelog, bump version

This commit is contained in:
Jonathan Daugherty 2017-06-11 12:27:32 -07:00
parent d64b89b7fa
commit 13f30b8191
2 changed files with 15 additions and 1 deletions

View File

@ -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
------

View File

@ -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