Skip to content

Commit cd9d3b6

Browse files
增加:2.3.5的版本号和CHANGELOG
1 parent 4d477dd commit cd9d3b6

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [2.3.4] - 2023-4-7
7+
## [2.3.5] - 2023-5-29
88
### Added
9+
- 对UE5.2的支持
910
- 增加配置选项[自定义Lua版本](./Docs/CN/Settings.md#自定义Lua版本)
1011
- 增加配置选项[启用FText支持](./Docs/CN/Settings.md#启用FText支持)
1112
- 适配UE5.1的UHT [#600](https://github.com/Tencent/UnLua/issue/600) [#607](https://github.com/Tencent/UnLua/pull/607)

Plugins/UnLua/UnLua.uplugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"FileVersion": 3,
33
"Version": 2,
4-
"VersionName": "2.3.4",
4+
"VersionName": "2.3.5",
55
"FriendlyName": "UnLua",
66
"Description": "Lua scripting plugin",
77
"Category": "Scripting",

0 commit comments

Comments
 (0)