Skip to content

Commit

Permalink
Bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdaugherty committed Sep 6, 2018
1 parent 65bd3ef commit be82d96
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
Brick changelog
---------------

0.41
----

New features:
* `Brick.Forms` got a new field constructor, `listField`, that provides
a form field using a `List`.
* `List`: added the `listMoveToElement` function for changing the list
selection to the specified element, if it exists.

Package changes:
* Now depends on vty >= 5.24.

Other changes:
* `viewport`: fixed failable patterns for forward compatibility with
GHC 8.6 (#183)
* Add `Generic`, `NFData`, and `Read` instances for some types

0.40
----

Expand Down
2 changes: 1 addition & 1 deletion brick.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: brick
version: 0.40
version: 0.41
synopsis: A declarative terminal user interface library
description:
Write terminal applications painlessly with 'brick'! You write an
Expand Down

0 comments on commit be82d96

Please sign in to comment.