release: update 3.9.7

This commit is contained in:
xiaoxian521
2022-12-26 14:31:04 +08:00
parent 1081506d10
commit 30209f62a9
5 changed files with 23 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
# 3.9.7 (2022-12-26)
### 🍏 Perf
- Use `path.posix.resolve` instead of `path.resolve` to avoid drive letter problems when using `electron` in `windows` environment
- By default, the `CachingAsyncRoutes` dynamic routing cache is turned off locally, making it easier to debug in the development environment. It is not necessary to clear the local cached dynamic routing every time you modify the dynamic routing. It is recommended to enable it in the production environment
# 3.9.6 (2022-12-19)
### 🎫 Chores