From 6d2ea8dae3976076d88e783a01e64d08a68cc04a Mon Sep 17 00:00:00 2001 From: mo8it Date: Wed, 10 Jul 2024 16:49:36 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9025d451..80e000a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ + + +## 6.1.0 (2024-07-10) + +#### Added + +- `dev check`: Check that all exercises (including third-party ones) include at least one `TODO` comment. +- `dev check`: Check that all exercises actually fail to run (not already solved). + +#### Changed + +- Make enum variants more consistent between enum exercises. +- `iterators3`: Teach about the possible case of integer overflow during division. + +#### Fixed + +- Exit with a helpful error message on missing/unsupported terminal/TTY. +- Mark the last exercise as done. + ## 6.0.1 (2024-07-04) @@ -64,7 +83,7 @@ This should avoid issues related to the language server or to running exercises, Clippy lints are now shown on all exercises, not only the Clippy exercises 📎 Make Clippy your friend from early on 🥰 -### Third party exercises +### Third-party exercises Rustlings now supports third-party exercises!