Skip to content

Commit

Permalink
[unity] changelog for rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieyang committed Jun 30, 2023
1 parent 86c8b8c commit 5378482
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions unity/Assets/core/upm/changelog-hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

you can get the english version change log at [Github Release](https://github.com/Tencent/puerts/releases)

## [2.0.0-rc.0] - 2023-06-30
1. 修复:xil2cpp模式下结构体默认无参构造函数不可用的问题 #1301
2. 修复:运算符重载不可用的问题 #1399
3. 修复:已生成wrapper时点击生成报GetFriendlyName不存在的问题
4. 优化:isESM检测优化 #1391

## [2.0.0-pre.5] - 2023-06-15
1. 修复:生成带op_explicit的类的时候会出现报错 #1363
2. 修复:ClearModuleCache导致crash的问题 #1364
Expand Down
6 changes: 6 additions & 0 deletions unity/Assets/core/upm/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

you can get the english version change log at [Github Release](https://github.com/Tencent/puerts/releases)

## [2.0.0-rc.0] - 2023-06-30
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

## [2.0.0-pre.5] - 2023-06-15
1. Fix: Error occurs when generating classes with `op_explicit` #1363.
2. Fix: Issue with `ClearModuleCache` causing a crash #1364.
Expand Down

0 comments on commit 5378482

Please sign in to comment.