From 9bc93991e7957fdaf14d2f994c83a8bea34bb12d Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Sat, 27 Apr 2024 23:51:01 +0200 Subject: [PATCH] Update NEWS --- NEWS | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/NEWS b/NEWS index fa355bc..a58bc67 100644 --- a/NEWS +++ b/NEWS @@ -29,8 +29,6 @@ Changes since tio v2.8: In this mode, if timestamps are enabled they will be added to each hex line. - * Make sure to reset tainted state - * Rename sub-config to profile Because better naming. @@ -137,8 +135,6 @@ Changes since tio v2.8: Defaults to 200 ms. - * Do not echo CR in line input and hex output mode - * Improve switched messages * Extend lua expect() to also return matched string @@ -147,13 +143,6 @@ Changes since tio v2.8: * 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 * Cleanup global variable name shadowing