From eaab692d4d6be1ef41c0f6950977cf9054520cb7 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Tue, 18 Oct 2022 15:31:28 +0200 Subject: [PATCH] Update NEWS --- NEWS | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4e99f00..1a1cc4d 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,21 @@ -=== tio v2.1 === +=== tio v2.2 === + + + +Changes since tio v2.1: + + * Add shell completion of sub-configuration names + + Does not work with sub configuration names that contains one or more + white spaces. + + * Beautify help + + * Fix error message + + * Simplify configfile implementation + Changes since tio v2.0: