From 8f8bf328bf6acce6c09b668fb753e231cb9b595a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?zombieyang=28=E6=9D=A8=E6=B5=A9=29?= Date: Wed, 16 Aug 2023 14:50:34 +0800 Subject: [PATCH] [unity] changelog for 2.0.1 --- unity/Assets/core/upm/changelog-hans.md | 6 ++++++ unity/Assets/core/upm/changelog.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/unity/Assets/core/upm/changelog-hans.md b/unity/Assets/core/upm/changelog-hans.md index dfe3103b66..66643f070b 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.1] - 2023-08-16 +1. 修复:内部类型在link.xml中声明不正确的问题 #1460 +2. 修复:xil2cpp模式下使用结构体out参数可能导致crash的问题 #1460 +3. 修复:xil2cpp模式下扩展函数获取默认参数不正确的问题 #1456 +4. 修复:JSObject没有正确调用回收的问题 + ## [2.0.0] - 2023-07-31 1. 修复:debugpath失效并导致VSCode调试不可用的问题 2. 修复:xil2cpp模式下`puer.$genericMethod`无法获取父类泛型函数的问题 #1417 @danij91 diff --git a/unity/Assets/core/upm/changelog.md b/unity/Assets/core/upm/changelog.md index 402804ec9c..bc5a88e749 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.1] - 2023-08-16 +1. Fix: NestedType was not declared correctly in `link.xml` #1460 +2. Fix: `out` parameters with ValueType might cause crash in xil2cpp mode. #1460 +3. Fix: default value of parameters in extension method was not correct in xil2cpp mode #1456 +4. Fix: JSObject was not recycle correctly + ## [2.0.0] - 2023-07-31 1. Fix: `debugpath` was not work and make VSCode debug not availabled 2. Fix: `puer.$genericMethod` cannot get the genericMethod from super class in xil2cpp mode #1417 @danij91