add changelog

This commit is contained in:
sunface 2022-03-05 17:42:15 +08:00
parent 5817ab25de
commit f4d33a4aee
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# ChangeLog
### 2022-03-05
- Add [Trati object](https://practice.rs/generics-traits/trait-object.html)
### 2022-03-05
- Add [Traits chapter](https://practice.rs/generics-traits/traits.html) and solutions

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-05: Add [Traits](https://practice.rs/generics-traits/traits.html)
> 🎊 Updated on 2022-03-05: Add [Trait object](https://practice.rs/generics-traits/trait-object.html)
## Read online