From 76c43b367a81e266f20524aca02ce84648a6e6ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Tue, 12 Dec 2023 17:31:04 +0100 Subject: [PATCH] CHANGELOG => Add upcoming 3.2.0 version --- CHANGELOG.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45692c9..299ae85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,11 +14,20 @@ **⚠️ Deprecation:** --> - -## 3.1.0 (???) +## 3.2.0 (???) ### ✨ Feature - **AssignmentCheck**: Add linter for help improve the quality of the assignment (the linter will not throw errors but warnings) +- **CLI**: Add possibility to clone a repository at creation + +### 🤏 Minor change +- **Exercices**: Set names of students in exercise name in alphabetical order + +### 🐛 Bugfix +- **CLI**: Show a correct error message when the user is not logged into the Dojo server + + +## 3.1.0 (2023-12-06) ### 🔨 Internal / Developers - **Typescript**: Add linter (ESLint) -- GitLab