Update game change log to include version 0.3.x
This commit is contained in:
parent
22f4cdd3c3
commit
95a7ed0683
@ -1,3 +1,4 @@
|
|||||||
# DR game 的更新日志
|
# DR game 的更新日志
|
||||||
|
|
||||||
|
- [0.3.x](/main/change_log/game/0-3.md)
|
||||||
- [0.2.x](/main/change_log/game/0-2.md)
|
- [0.2.x](/main/change_log/game/0-2.md)
|
||||||
|
@ -1,8 +1,4 @@
|
|||||||
# DR game/DR rs 更新日志
|
# DR game/DR rs 0.2.x 更新日志
|
||||||
|
|
||||||
- 最新版本号
|
|
||||||
- DR game: 0.3.3.0
|
|
||||||
- DR rs: 0.2.23.0
|
|
||||||
|
|
||||||
## 20231101 DR rs 0.2.23.0
|
## 20231101 DR rs 0.2.23.0
|
||||||
|
|
||||||
|
16
docs/main/change_log/game/0-3.md
Normal file
16
docs/main/change_log/game/0-3.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# DR game/DR rs 0.3.x 更新日志
|
||||||
|
|
||||||
|
## 20231224 DR rs 0.3.0
|
||||||
|
|
||||||
|
感谢 @InfyniteHeap 进行的重构工作
|
||||||
|
|
||||||
|
- 重构了 Rust 部分的文件结构
|
||||||
|
- 去除了早期的 `serde-xml-rs` 和 `xml-rs` 依赖
|
||||||
|
- 这是因为之前 `quick-xml` 在解析 `Option<Vec<T>>` 有问题
|
||||||
|
- 现在问题解决了
|
||||||
|
- 以及 `quick-xml` 的解析方式更符合规范 ( 或者说更明确 )
|
||||||
|
|
||||||
|
- 将所有的 logging 去除
|
||||||
|
- 改为 `lib-not-dr.loggers`
|
||||||
|
|
||||||
|
- 现在飞船保存测试的命令叫作 `save`
|
@ -1,4 +1,9 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"name": "0-3",
|
||||||
|
"label": "0.3.x 更新日志"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"name": "0-2",
|
"name": "0-2",
|
||||||
|
Loading…
Reference in New Issue
Block a user