Bump version, update changelog

This commit is contained in:
Jonathan Daugherty 2016-09-04 08:55:37 -07:00
parent f8f7577d8c
commit 8629774903
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
5.11
- Vty now raises a VtyConfigurationError exception when the TERM
evironment variable is missing (thanks Eric Mertens)
- Graphics.Vty.Config got an explicit export list to avoid accidentally
exporting internal types (thanks Eric Mertens)
5.10
- Add absolute cursor positioning mode AbsoluteCursor to Cursor. This
mode provides greater control over cursor positioning by bypassing

View File

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