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
fb88258970
commit
6d17918e60
14
CHANGELOG.md
14
CHANGELOG.md
@ -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
|
||||
----
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user