diff --git a/doc/unity/changelog.md b/doc/unity/changelog.md index 1735250037..beb98b252b 100644 --- a/doc/unity/changelog.md +++ b/doc/unity/changelog.md @@ -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.3.6] - 2022-07-13 +1. fix: UnityMenu.cs传参错误 +2. fix: 带约束的泛型类wrapper生成错误 + ## [1.3.5] - 2022-07-06 1. fix: 生成代码时出现重复key的问题: #657 1. fix: 不能生成带Enum泛型参数的generic类型 #856