From 8917f2e68a8c0b781e40a640e2eb888ebcb84983 Mon Sep 17 00:00:00 2001 From: zombieyang Date: Wed, 8 Mar 2023 15:24:57 +0800 Subject: [PATCH] [unity] update changelog --- unity/Assets/core/upm/changelog-hans.md | 2 +- unity/Assets/core/upm/changelog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/unity/Assets/core/upm/changelog-hans.md b/unity/Assets/core/upm/changelog-hans.md index 1b3b006cfb..47449c7f4e 100644 --- a/unity/Assets/core/upm/changelog-hans.md +++ b/unity/Assets/core/upm/changelog-hans.md @@ -6,7 +6,7 @@ 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) -## [2.0.0-pre.0] - 2023-02-27 +## [2.0.0-pre.1] - 2023-02-27 1. 添加了新的il2cpp binding方式,性能有飞跃式提升。详见官方文档`Il2cpp绑定`章节 2. 本仓库的Unity代码变为了UPM目录结构。 3. 将[commonjs-support](https://github.com/puerts/puerts-commonjs)包移入了本仓库。 diff --git a/unity/Assets/core/upm/changelog.md b/unity/Assets/core/upm/changelog.md index 4fa352ce79..c01970c16c 100644 --- a/unity/Assets/core/upm/changelog.md +++ b/unity/Assets/core/upm/changelog.md @@ -6,7 +6,7 @@ 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) -## [2.0.0-pre.0] - 2023-02-27 +## [2.0.0-pre.1] - 2023-02-27 1. Add a new language binding directly based on il2cpp and there will be huge performance benifit. see our docsite for more information. 2. The package layout of unity code in this repository is changed to UPM layout. 3. Move the [commonjs-support](https://github.com/puerts/puerts-commonjs) package into this package.