Skip to content

Commit

Permalink
[unity] changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieyang committed Jun 16, 2023
1 parent b93b91b commit ca9c2b9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/unity/en/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)

## [1.4.2] - 2023-06-16
1. fix: the crashed after getting a StackOverflowException #1208
2. Fix: the Error message threw from JS to CS would have unexpected character.
3. Fix: if an error is thrown in constructor, some valuetype would become null unexpectly.
4. fix:when passing a JS number to C# `object`. the number would be cut to a Int.

## [1.4.1] - 2023-03-02
> changelog since 1.4.0
1. fix: the crashed after getting a StackOverflowException #1208
Expand Down
6 changes: 6 additions & 0 deletions doc/unity/zhcn/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)

## [1.4.2] - 2023-06-16
1. 修复:出现栈溢出错误是会crash的问题
2. 修复:从JS往C#抛错时可能出现非法字符。
3. 修复:如果一个C#对象的构造函数抛错,可能导致后续有对象莫名其妙变为null
4. 修复:向数字类型的C# Field/Prop赋值JSObject时crash的问题 #1383

## [1.4.1] - 2023-03-02
> 以下为相比1.4.0的内容
1. 修复:出现stack overflow错误后JsEnv析构产生crash的问题 #1208
Expand Down

0 comments on commit ca9c2b9

Please sign in to comment.