Update CHANGELOG. Bump version to 5.4.0.

This commit is contained in:
Corey O'Connor 2015-08-11 22:56:34 -07:00
parent 04ac36ca76
commit 10e9b8397f
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
5.4.0
- Changed eventChannel of Graphics.Vty.Input from Chan to TChan. This enables clients to query if
there are no pending events. The Graphics.Vty interface nextEvent is unchanged. Clients that use
eventChannel directly will require updating.
https://github.com/coreyoconnor/vty/issues/60
5.3.1
- Reverted cabal file to depend on Cabal >= 1.18 instead of 1.20 due
to possibly breaking this on reasonable GHC versions

View File

@ -1,5 +1,5 @@
name: vty-examples
version: 5.2.11
version: 5.4.0
license: BSD3
license-file: ../LICENSE
author: AUTHORS

View File

@ -1,5 +1,5 @@
name: vty
version: 5.3.1
version: 5.4.0
license: BSD3
license-file: LICENSE
author: AUTHORS