We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d477dd commit cd9d3b6Copy full SHA for cd9d3b6
2 files changed
CHANGELOG.md
@@ -4,8 +4,9 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
-## [2.3.4] - 2023-4-7
+## [2.3.5] - 2023-5-29
8
### Added
9
+- 对UE5.2的支持
10
- 增加配置选项[自定义Lua版本](./Docs/CN/Settings.md#自定义Lua版本)
11
- 增加配置选项[启用FText支持](./Docs/CN/Settings.md#启用FText支持)
12
- 适配UE5.1的UHT [#600](https://github.com/Tencent/UnLua/issue/600) [#607](https://github.com/Tencent/UnLua/pull/607)
Plugins/UnLua/UnLua.uplugin
@@ -1,7 +1,7 @@
1
{
2
"FileVersion": 3,
3
"Version": 2,
- "VersionName": "2.3.4",
+ "VersionName": "2.3.5",
"FriendlyName": "UnLua",
"Description": "Lua scripting plugin",
"Category": "Scripting",
0 commit comments