You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
858 B

# ChangeLog
记录一些值得注意的变更。
## 2022-02-27
- 增加如何生成[测试可执行文件](https://course.rs/test/write-tests.html#生成测试二进制文件)
- 屏蔽附录中的重点索引,未来集中放入到[快速查询入口中](https://course.rs/index-list.html)
## 2022-02-26
- 对于过程宏为何要放在单独的包的原因进行了[说明](https://course.rs/advance/macro.html#用过程宏为属性标记生成代码)
## 2022-02-25
- 新增 1.59 [版本说明](https://course.rs/appendix/rust-versions/1.59.html)
- 在变量绑定章节新增[解构式赋值](https://course.rs/basic/variable.html#解构式赋值)
## 2022-02-24
- 进阶中的enum/整数类型转换、newtype章节被合并到**深入类型**目录中
- 将 newtype 中的 Sized/DST 内容拆分成单独的章节,并扩展了相应内容