diff --git a/内容变更记录.md b/内容变更记录.md index b4734226..15b2df6b 100644 --- a/内容变更记录.md +++ b/内容变更记录.md @@ -4,6 +4,7 @@ ## 2022-03-17 +- 将`原生指针`更名为`裸指针` - 新增章节: [不错的unsafe队列-数据布局](https://course.rs/too-many-lists/unsafe-queue/layout.html) - 新增章节: [deque-迭代器](https://course.rs/too-many-lists/deque/iterator.html) - 新增章节: [deque-最终代码](https://course.rs/too-many-lists/deque/final-code.html)