From 1b9faa4d61665074fe450277644974dd0167e6e9 Mon Sep 17 00:00:00 2001 From: mo8it Date: Thu, 8 Aug 2024 23:13:49 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19c9a516..1529ba00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 6.2.0 (2024-08-08) +- Show a message before checking and running an exercise. This gives the user instant feedback and avoids confusion if the checks take too long. - Show a helpful error message when trying to install Rustlings with a Rust version lower than the minimum one that Rustlings supports. - Remove the state file and the solutions directory from the generated `.gitignore` file. - Add a `README.md` file to the `solutions/` directory.