Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieyang committed Dec 23, 2022
1 parent 465c5d5 commit 28d5e05
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/unity/en/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ 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.1] - 2022-12-23
1. fix:when passing a JS number to C# `object`. the number will be cut to a Int.
2. feature: add `PUERTS_DISABLE_SLOWBINDING`. It will be useful in somewhere need to do access control.

## [1.4.0] - 2022-11-24
1. fix: requiring failed when searching directory named with `.`

Expand Down
4 changes: 4 additions & 0 deletions doc/unity/zhcn/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ 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.1] - 2022-12-23
1. 修复:将JS数字传递给C# object时,浮点数精度丢失的问题。
2. 功能:添加PUERTS_DISABLE_SLOWBINDING,适用于需要做权限控制的地方。

## [1.4.0] - 2022-11-24
1. 修复:commonjs 查找带.目录时的问题

Expand Down

0 comments on commit 28d5e05

Please sign in to comment.