From 5c1e4c6049d3ff317ccf7fcd30fc7988d9bb52c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Mon, 16 Oct 2023 14:05:11 +0200 Subject: [PATCH] Documentation => Update --- CHANGELOG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a30c0c..9deade6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,13 +14,12 @@ **⚠️ Deprecation:** --> -## 2.2.0 (?) +## 2.2.0 (2023-10-16) ### ✨ Feature - `results.json` file is now optional (if the teaching staff don't want to provide test details) - - If the file is not present or the `success` field is not present: - - The exercise will be considered as valid if the container exit code is 0 - - The `results.json` file will be construct / completed with the container exit code + - The exercise will be considered as valid if the container exit code is 0 + - The `results.json` file will be construct / completed with the container exit code - The `volume` argument of `dojo_assignment.json` is now optional (if the teaching staff don't want to provide `results.json` file or other files) ### 🔨 Internal / Developers -- GitLab