Bump version, update changelog

This commit is contained in:
Jonathan Daugherty 2020-07-09 15:17:22 -07:00
parent a828f305d0
commit 95ea88c814
2 changed files with 20 additions and 1 deletions

View File

@ -1,4 +1,23 @@
5.29
----
API changes:
* The Input type got a new field, 'restoreInputState'. This field
allows the end user to have direct access to the logic needed to
restore the terminal's input state flags. Prior to having this field,
this state restoration logic could only be invoked as part of calling
'shutdownInput', but since that function does other things (like
killing threads) it is not advisable to call it repeatedly (which is
necessary in the use case this change is intended to support). This
can be called directly to restore the input state flags as needed,
although this is not required if 'shutdown' (or 'shutdownInput') is
called.
Other changes:
* attributeControl: explicitly enable the ICRNL terminal mode flag (see
#187 and c572ad).
5.28.2
------

View File

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