mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-11-25 19:22:08 +03:00
Update CHANGELOG. Bump version to 5.4.0.
This commit is contained in:
parent
04ac36ca76
commit
10e9b8397f
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: vty-examples
|
||||
version: 5.2.11
|
||||
version: 5.4.0
|
||||
license: BSD3
|
||||
license-file: ../LICENSE
|
||||
author: AUTHORS
|
||||
|
Loading…
Reference in New Issue
Block a user