From 89c2bc1bdf0a1be9b607b6ce321462254b7c3659 Mon Sep 17 00:00:00 2001 From: Roland Illig Date: Tue, 7 May 2024 09:18:35 +0200 Subject: [PATCH] Release 23.4.2 --- NEWS.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 NEWS.md diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 00000000..07e5f7a1 --- /dev/null +++ b/NEWS.md @@ -0,0 +1,7 @@ +# 23.4.2 (2024-05-07) + +Fixed the wrong suggestion that list variables or variables of an unknown type +could be compared using `${LIST} == word` instead of `${LIST:Mword}`. + +Fixed the wrong warning when a value is appended using `+=` to a variable of +unknown type.