Bump version, update changelog

This commit is contained in:
Jonathan Daugherty 2019-08-30 12:40:56 -07:00
parent df89a58eec
commit 48fe4473f1
2 changed files with 15 additions and 1 deletions

View File

@ -2,6 +2,20 @@
Brick changelog
---------------
0.48
----
New features:
* The `Edit` widget now supports `EvPaste` Vty events by default,
assuming UTF-8 encoding of pasted bytes. If pasted bytes are not
UTF-8-decodable, the pastes will be ignored. In any case, users can
still intercept `EvPaste` events as before and handle them as desired
if the default behavior is not desirable.
Other changes:
* `txtWrapWith` now always pads its output to the available width to
obey its `Greedy` requirement.
0.47.1
------

View File

@ -1,5 +1,5 @@
name: brick
version: 0.47.1
version: 0.48
synopsis: A declarative terminal user interface library
description:
Write terminal applications painlessly with 'brick'! You write an