Skip to content

Commit 6012821

Browse files
committed
Release Version 1.5.0
1 parent 22f3b81 commit 6012821

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,21 @@
22

33
# Change Log
44

5-
## [Unreleased](https://github.com/nutti/UE4-Kdtree/compare/v1.4.0...master)
5+
## [Unreleased](https://github.com/nutti/UE4-Kdtree/compare/v1.5.0...master)
6+
7+
<!-- markdownlint-disable-next-line MD013 -->
8+
## [Version 1.5.0](https://github.com/nutti/UE4-Kdtree/compare/v1.4.0...v1.5.0) - 2025.6.14
9+
10+
### Updated Features
11+
12+
* Support on Unreal Engine 5.6
13+
* Add the library function "Collect From Kdtree (Box)"
14+
* Use QuickSort instead of QuickSelect to get nth element
15+
16+
### Contributor
17+
18+
* [**@kak0na**](https://github.com/kak0na)
19+
* [**@902D9**](https://github.com/902D9)
620

721
<!-- markdownlint-disable-next-line MD013 -->
822
## [Version 1.4.0](https://github.com/nutti/UE4-Kdtree/compare/v1.3.0...v1.4.0) - 2024.12.28

Kdtree/Kdtree.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": 1,
4-
"VersionName": "1.4.0",
4+
"VersionName": "1.5.0",
55
"FriendlyName": "kd-tree",
66
"Description": "Blueprint nodes to build a kd-tree",
77
"EngineVersion": "5.6.0",

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,5 @@ Support via [GitHub Sponsors](https://github.com/sponsors/nutti)
5555
### Contributor
5656

5757
* [**@irvnriir**](https://github.com/irvnriir)
58+
* [**@kak0na**](https://github.com/kak0na)
59+
* [**@902D9**](https://github.com/902D9)

0 commit comments

Comments
 (0)