From 94ffff136cbd2cf5ef91cf1a0d92c9b61e238315 Mon Sep 17 00:00:00 2001 From: sunface Date: Mon, 28 Feb 2022 21:28:59 +0800 Subject: [PATCH] update changelog.md --- ChangeLog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index debb39a3..a12381da 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,11 @@ # ChangeLog 记录一些值得注意的变更。 +## 2022-02-28 + +- 新增章节: [Cargo - 发布到crates.io](https://course.rs/cargo/reference/publishing-on-crates.io.html) +- 新增内容:[结构体 - #[derive(Debug)]](https://course.rs/basic/compound-type/struct.html#使用-derivedebug-来打印结构体的信息) + ## 2022-02-27 - 增加如何生成[测试可执行文件](https://course.rs/test/write-tests.html#生成测试二进制文件)