Update ChangeLog

This commit is contained in:
Martin Lund 2017-11-06 15:22:12 +01:00
parent 342a247efb
commit 78849b02d4

View file

@ -1,5 +1,29 @@
=== tio v1.25 ===
=== tio v1.26 ===
Changes since tio v1.25:
* Reconfigure stdin
Make stdin behave more raw'ish. In particular, don't
translate CR -> NL on input.
* Add special character map feature
Add a --map option which allows to map special characters, in particular CR and
NL characters which are used in various combinations on varios platforms.
* Cleanup
* Update AUTHORS
* Update README
* Mention website
* Update man page
Changes since tio v1.24: