Skip to content

Commit

Permalink
[unity] update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieyang committed Oct 20, 2022
1 parent baecdef commit 6c98131
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/unity/en/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +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)

## [1.4.0-rc.5] - 2022-10-19
## [1.4.0-rc.6] - 2022-10-20
1. support ambigious methods calling after generated staticwrapper. #1020
2. fix a bug that after blittablecopy staticwrapper generated, passing two or more struct from C# to a JSFunction will get wrong JS arguments #1018
3. fix Array Type arguments will cause error in staticwrapper #1015
4. refactor the template of wrapper and get a little performance improvement [report](https://github.com/puerts/PerformanceTesting/tree/build/States)
5. add missing '--jitless' flag for ios PuerTS with nodejs backend

## [1.4.0-rc.2] - 2022-09-28
1. full platform support for Node.js (i.e. Android and iOS support added). upm package now uses Node.js Backend by default.
Expand Down
3 changes: 2 additions & 1 deletion doc/unity/zhcn/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +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)

## [1.4.0-rc.5] - 2022-10-19
## [1.4.0-rc.6] - 2022-10-20
1. 支持了staticwrapper生成后,歧义方法的调用 #1020
2. 修复BlittableCopy模式下,同时为JS函数传递两个结构体时的错误 #1018
3. 修复Array类型再wrapper重载选择时报错 #1015
4. 重构wrapper模板,小幅度性能提升 可参见[性能报告](https://github.com/puerts/PerformanceTesting/tree/build/States)
5. 在Node后端的ios下,补上遗漏的`--jitless`flag

## [1.4.0-rc.2] - 2022-09-28
1. 全平台支持了Node.js(也就是新增了Android和iOS的支持)。upm包现在默认全使用Node.js Backend了。
Expand Down

0 comments on commit 6c98131

Please sign in to comment.