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
974453c55c
commit
3f3c780ae4
15
CHANGELOG.md
15
CHANGELOG.md
@ -2,6 +2,21 @@
|
||||
Brick changelog
|
||||
---------------
|
||||
|
||||
0.20
|
||||
----
|
||||
|
||||
Package changes:
|
||||
* Added a dependency on "word-wrap" for text-wrapping.
|
||||
* Added a new TextWrapDemo demo program to illustrate text wrapping
|
||||
support
|
||||
|
||||
API changes:
|
||||
* Brick.Widgets.Core: added new functions txtWrap and strWrap to do
|
||||
wrapping of long lines of text.
|
||||
|
||||
Miscellaneous:
|
||||
* Guide: fixed event type (#126)
|
||||
|
||||
0.19
|
||||
----
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: brick
|
||||
version: 0.19
|
||||
version: 0.20
|
||||
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