From 1a7361a23809df00f6d9a03760c7a12e5b296934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?zombieyang=28=E6=9D=A8=E6=B5=A9=29?= Date: Wed, 13 Jul 2022 12:30:29 +0800 Subject: [PATCH] [unity]changelog for 1.3.6 --- doc/unity/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) 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