mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-26 09:06:56 +03:00
Bump version, update changelog
This commit is contained in:
parent
c832aef14a
commit
4749694d5a
12
CHANGELOG.md
12
CHANGELOG.md
@ -2,6 +2,18 @@
|
||||
Brick changelog
|
||||
---------------
|
||||
|
||||
0.72
|
||||
----
|
||||
|
||||
Package changes:
|
||||
* Increased lower bound on `text-zipper` to `0.12`.
|
||||
|
||||
API changes:
|
||||
* `handleEditorEvent` now takes a `BrickEvent` rather than just a Vty
|
||||
`Event`.
|
||||
* Brick editors now handle mouse clicks to change their cursor
|
||||
positions.
|
||||
|
||||
0.71.1
|
||||
------
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: brick
|
||||
version: 0.71.1
|
||||
version: 0.72
|
||||
synopsis: A declarative terminal user interface library
|
||||
description:
|
||||
Write terminal user interfaces (TUIs) painlessly with 'brick'! You
|
||||
|
Loading…
Reference in New Issue
Block a user