Skip to content

Commit 32b234c

Browse files
chore: update changelog
1 parent 9ad884a commit 32b234c

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
<a name="5.3.0"></a>
2+
## 5.3.0 (2022-12-23)
3+
4+
#### Added
5+
6+
- **cli**: Added a percentage display in watch mode
7+
- Added a `flake.nix` for Nix users
8+
9+
#### Changed
10+
11+
- **structs3**: Added an additional test
12+
- **macros**: Added a link to MacroKata in the README
13+
14+
#### Fixed
15+
16+
- **strings3**: Added a link to `std` in the hint
17+
- **threads1**: Corrected a hint link
18+
- **iterators1**: Clarified hint steps
19+
- **errors5**: Fix a typo in the hint
20+
- **options1**: Clarified on the usage of the 24-hour system
21+
- **threads2, threads3**: Explicitly use `Arc::clone`
22+
- **structs3**: Clarifed the hint
23+
- **quiz2, as_ref_mut, options1, traits1, traits2**: Clarified hints
24+
- **traits1, traits2, cli**: Tidied up unmatching backticks
25+
- **enums2**: Removed unneccessary indirection of self
26+
- **enums3**: Added an extra tuple comment
27+
28+
#### Housekeeping
29+
30+
- Added a VSCode extension recommendation
31+
- Applied some Clippy and rustfmt formatting
32+
- Added a note on Windows PowerShell and other shell compatibility
33+
134
<a name="5.2.1"></a>
235
## 5.2.1 (2022-09-06)
336

0 commit comments

Comments
 (0)