diff --git a/CHANGELOG.md b/CHANGELOG.md index 45692c9e0fff9dce14eb69995c72a2c517f17ab4..299ae8578d3b3a3a49f44df8e0506897e8c162cd 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)