Skip to content

Commit 3c11f85

Browse files
committed
update changelog
1 parent 3692d63 commit 3c11f85

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ Added ability to call UFunctions directly from the GUI. ([UE4SS #851](https://gi
6868
**Updated Lua version to 5.4.7** ([UE4SS #887](https://github.com/UE4SS-RE/RE-UE4SS/pull/887))
6969
- This is necessary to compile with Clang.
7070

71+
ForEach loops now support early termination by returning `true` from callbacks ([UE4SS #1058](https://github.com/UE4SS-RE/RE-UE4SS/pull/1058))
72+
- Applies to `TArray:ForEach`, `TMap:ForEach`, `TSet:ForEach`, and `UDataTable:ForEachRow`
73+
- Fully backward compatible - existing callbacks without return values continue to work
74+
7175
Added `UDataTable` support to Lua API. ([UE4SS #997](https://github.com/UE4SS-RE/RE-UE4SS/pull/997))
7276
- Find rows by name with `DataTable:FindRow(RowName)`
7377
- Get all rows with `DataTable:GetAllRows()`

0 commit comments

Comments
 (0)