Skip to content

Commit

Permalink
[unity] changelog for 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieyang committed Aug 16, 2023
1 parent 803c2bb commit 8f8bf32
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.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
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.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
Expand Down

0 comments on commit 8f8bf32

Please sign in to comment.