Skip to content

Commit 0a9d34a

Browse files
committed
doc: update changelog
1 parent bb6b9e1 commit 0a9d34a

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
<a name="5.1.0"></a>
2+
## 5.1.0 (2022-08-16)
3+
4+
#### Features
5+
6+
- Added a new `rc1` exercise.
7+
- Added a new `cow1` exercise.
8+
9+
#### Bug Fixes
10+
11+
- **variables5**: Corrected reference to previous exercise
12+
- **functions4**: Fixed line number reference
13+
- **strings3**: Clarified comment wording
14+
- **traits4, traits5**: Fixed line number reference
15+
- **traits5**:
16+
- Fixed typo in "parameter"
17+
- Made exercise prefer a traits-based solution
18+
- **lifetimes2**: Improved hint
19+
- **threads3**: Fixed typo in hint
20+
- **box1**: Replaced `unimplemented!` with `todo!`
21+
- **errors5**: Provided an explanation for usage of `Box<dyn Error>`
22+
- **quiz2**: Fixed a typo
23+
- **macros**: Updated the macros book link
24+
- **options1**:
25+
- Removed unused code
26+
- Added more granular tests
27+
- Fixed some comment syntax shenanigans in info.toml
28+
29+
#### Housekeeping
30+
31+
- Fixed a typo in .editorconfig
32+
- Fixed a typo in integration_tests.rs
33+
- Clarified manual installation instructions using `cargo install --path .`
34+
- Added a link to our Zulip in the readme file
35+
136
<a name="5.0.0"></a>
237
## 5.0.0 (2022-07-16)
338

0 commit comments

Comments
 (0)