From 74fdbce2f3b4be2f9e82fe9cd299dc2520250522 Mon Sep 17 00:00:00 2001 From: Ralf Kilian Date: Wed, 8 Feb 2017 18:10:15 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index e9cc9a5..d0e2d5e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,8 +6,11 @@ CHANGELOG (SaLoMon) * Revised all components (adjusted various comparison operators and removed unnecessary quotes around variables). + # Fixed the left-over temporary file bug when the process has been + canceled. # Fixed the version number bug inside the main SaLoMon script (the - command-line argument to show the version returned an empty string). + command-line argument to show the version information returned an + empty string). - Removed an unnecessary global variable containing a comparison operator.