mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-26 09:06:56 +03:00
Update changelog, bump version
This commit is contained in:
parent
d64b89b7fa
commit
13f30b8191
14
CHANGELOG.md
14
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
|
||||
------
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user