update changelog.md

This commit is contained in:
sunface 2022-03-07 14:02:06 +08:00
parent e0bcc6c897
commit 2ef20e4bb5
3 changed files with 8 additions and 2 deletions

View File

@ -1,9 +1,14 @@
# ChangeLog
### 2022-03-07
- Add [Strings](https://practice.rs/collections/string.html)
### 2022-03-06
- Add [Advanced Traits](https://practice.rs/generics-traits/advanced-traits.html)
-
### 2022-03-05
- Add [Trati object](https://practice.rs/generics-traits/trait-object.html)

View File

@ -2,7 +2,7 @@
This book was designed for easily diving into Rust, and it's very easy to use: All you need to do is to make each exercise compile without ERRORS and Panics !
> 🎊 Updated on 2022-03-06: Add [Advanced Traits](https://practice.rs/generics-traits/advanced-traits.html)
> 🎊 Updated on 2022-03-07: Add [Strings](https://practice.rs/collections/string.html)
## Read online

View File

@ -0,0 +1 @@
# 进一步深入特征