Difficult-Rocket/docs/update_logs.md

21 lines
329 B
Markdown
Raw Normal View History

2021-04-02 23:31:54 +08:00
# Difficult Rocket Update Logs
## 2021/03/27 V 0.2.2/1
### Add
- local libs
2021-04-03 12:15:24 +08:00
- `pyglet 1.5.15`
- `json 0.9.5`
2021-04-02 23:31:54 +08:00
PS: now I'm not sure witch lib will be import first
the local lib or the pip libs
So I'll add some other code to make sure that DR will first try to import pip libs
not the local libs (todo)
### DEBUG