Skip to content

Commit

Permalink
[unity] changelog for blittablecopy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieyang committed Jul 1, 2023
1 parent 7ffb2f4 commit d1e799d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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 @@ -10,6 +10,7 @@ you can get the english version change log at [Github Release](https://github.co
1. 修复:xil2cpp模式下结构体默认无参构造函数不可用的问题 #1301
2. 修复:运算符重载不可用的问题 #1399
3. 修复:已生成wrapper时点击生成报GetFriendlyName不存在的问题
3. 修复:BlittableCopy类构造函数不生效的问题
4. 优化:isESM检测优化 #1391

## [2.0.0-pre.5] - 2023-06-15
Expand Down
3 changes: 2 additions & 1 deletion unity/Assets/core/upm/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ you can get the english version change log at [Github Release](https://github.co
1. Fix: struct's paramless default ctor was unable to use #1301
2. Fix: op_xxxx method was unable to use after generated #1399
3. Fix: `GetFriendlyName` was not defined after generated
4. Optimization: isESM check optimize #1391
4. Fix: the Constructor of BlittableCopy Type didn't invoked
5. Optimization: isESM check optimize #1391

## [2.0.0-pre.5] - 2023-06-15
1. Fix: Error occurs when generating classes with `op_explicit` #1363.
Expand Down

0 comments on commit d1e799d

Please sign in to comment.