Update ChangeLog

This commit is contained in:
Martin Lund 2017-11-14 12:52:15 +01:00
parent 641b7d87ca
commit e9efa13bc5

View file

@ -1,5 +1,23 @@
=== tio v1.26 ===
=== tio v1.27 ===
Changes since tio v1.26:
* Update man page
* Add support for setting non-standard baudrates
Support for non-standard baudrate settings will be automatically enabled
if the termios2 interface is detected available. However, to play it
safe, the old and widely supported termios interface will still be used
when setting standard baudrates.
* Cleanup
* Update AUTHORS
Changes since tio v1.25:
@ -77,6 +95,7 @@ Jakub Wilk:
* Fix typos
Changes since tio v1.21:
* Update man page date