Update NEWS

This commit is contained in:
Martin Lund 2024-04-27 23:51:01 +02:00
parent ed70a587ec
commit 9bc93991e7

11
NEWS
View file

@ -29,8 +29,6 @@ Changes since tio v2.8:
In this mode, if timestamps are enabled they will be added to each hex In this mode, if timestamps are enabled they will be added to each hex
line. line.
* Make sure to reset tainted state
* Rename sub-config to profile * Rename sub-config to profile
Because better naming. Because better naming.
@ -137,8 +135,6 @@ Changes since tio v2.8:
Defaults to 200 ms. Defaults to 200 ms.
* Do not echo CR in line input and hex output mode
* Improve switched messages * Improve switched messages
* Extend lua expect() to also return matched string * Extend lua expect() to also return matched string
@ -147,13 +143,6 @@ Changes since tio v2.8:
* Organize examples directory * Organize examples directory
* Fix local echo in line mode
* Fix line input mode
Do not forward input characters to tty device before a line is input via
carriage return.
* Introduce basic line input mode * Introduce basic line input mode
* Cleanup global variable name shadowing * Cleanup global variable name shadowing