Skip to content

Commit

Permalink
update changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieyang committed Sep 7, 2023
1 parent d2c2c2f commit 7f0604f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions unity/Assets/core/upm/changelog-hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ you can get the english version change log at [Github Release](https://github.co
5. 优化:JsEnv现在会暴露Isolate字段,获得v8::Isolate的指针 @mingxxming
6. 优化:去掉puerts自己的SnapshotBlob.h,直接使用v8内置的
7. 优化:构建脚本现在可以运行在低版本node上 @xiezheng-XD #1495
8. 优化:Linux平台自带inspector @geequlim

## [2.0.1] - 2023-08-16
1. 修复:内部类型在link.xml中声明不正确的问题 #1460
Expand Down
1 change: 1 addition & 0 deletions unity/Assets/core/upm/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ you can get the english version change log at [Github Release](https://github.co
5. optimize: `JsEnv` now have a public `Isolate` field to get the pointer of `v8::Isolate` @mingxxming
6. optimize: remove our `SnapshotBlob.h`. Use v8's builtin snapshot instead. #1477
7. optimize: The build script can now run with low version @xiezheng-XD #1495
8. optimize: support inspector by default in Linux @geequlim

## [2.0.1] - 2023-08-16
1. Fix: NestedType was not declared correctly in `link.xml` #1460
Expand Down

0 comments on commit 7f0604f

Please sign in to comment.