Bump version, update changelog

This commit is contained in:
Jonathan Daugherty 2018-12-08 08:34:12 -08:00
parent fb88258970
commit 6d17918e60
2 changed files with 15 additions and 1 deletions

View File

@ -2,6 +2,20 @@
Brick changelog
---------------
0.44
---
API changes:
* The `List` type got its container type generalized thanks to a lot of
work by Fraser Tweedale. Thanks to this work, the `List` now supports
both `Data.Vector` and `Data.Sequence` as its container types out of
the box and can be extended to support other sequence types with some
simple type class instances. In addition, property tests are provided
for `List` and its asymptotics are noted in the documentation. Along
the way, various bugs in some of the list movement functions got
fixed to bring them in line with the advertised behavior in the
documentation. Thanks, Fraser!
0.43
----

View File

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