diff --git a/unity/Assets/core/upm/changelog-hans.md b/unity/Assets/core/upm/changelog-hans.md index 406fdf5ce1..0643947eaf 100644 --- a/unity/Assets/core/upm/changelog-hans.md +++ b/unity/Assets/core/upm/changelog-hans.md @@ -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 diff --git a/unity/Assets/core/upm/changelog.md b/unity/Assets/core/upm/changelog.md index eeaaa1d51b..e291b0beb4 100644 --- a/unity/Assets/core/upm/changelog.md +++ b/unity/Assets/core/upm/changelog.md @@ -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.