Update changelog, bump version

This commit is contained in:
Jonathan Daugherty 2016-05-21 09:27:37 -07:00
parent 7682ee22f4
commit 65cbb3c305
2 changed files with 11 additions and 1 deletions

View File

@ -2,6 +2,16 @@
Brick changelog
---------------
0.6.3
-----
Bug fixes:
* List: the list now properly renders when the available height is not
a multiple of the item height. Previously the list size would
decrease relative to the available height. Now the list renders
enough items to fill the space even if the top-most or bottom-most
item is partially visible, which is the expected behavior.
0.6.2
-----

View File

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