Skip to content

Commit 6d2ea8d

Browse files
committed
Update CHANGELOG
1 parent 47ba450 commit 6d2ea8d

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<a name="6.1.0"></a>
2+
3+
## 6.1.0 (2024-07-10)
4+
5+
#### Added
6+
7+
- `dev check`: Check that all exercises (including third-party ones) include at least one `TODO` comment.
8+
- `dev check`: Check that all exercises actually fail to run (not already solved).
9+
10+
#### Changed
11+
12+
- Make enum variants more consistent between enum exercises.
13+
- `iterators3`: Teach about the possible case of integer overflow during division.
14+
15+
#### Fixed
16+
17+
- Exit with a helpful error message on missing/unsupported terminal/TTY.
18+
- Mark the last exercise as done.
19+
120
<a name="6.0.1"></a>
221

322
## 6.0.1 (2024-07-04)
@@ -64,7 +83,7 @@ This should avoid issues related to the language server or to running exercises,
6483
Clippy lints are now shown on all exercises, not only the Clippy exercises 📎
6584
Make Clippy your friend from early on 🥰
6685

67-
### Third party exercises
86+
### Third-party exercises
6887

6988
Rustlings now supports third-party exercises!
7089

0 commit comments

Comments
 (0)