Skip to content

Commit d6c5384

Browse files
committed
Update CHANGELOG
1 parent edac81e commit d6c5384

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Changelog
22
## [Unreleased](https://github.com/gilzoide/lua-gdextension/compare/0.4.0...HEAD)
3+
### Added
4+
- Support for Linux arm64
35

46

57
## [0.4.0](https://github.com/gilzoide/lua-gdextension/releases/tag/0.4.0)
68
### Added
79
- `LuaCoroutine.completed` and `LuaCoroutine.failed` signals
810
- `await` function similar to GDScript's, allowing coroutines to yield and resume automatically when a signal is emitted
911
- Support for Web exports
10-
- Support Windows arm64 exports
12+
- Support for Windows arm64
1113
- Support for calling static methods from Godot classes, like `FileAccess.open`
1214
- Custom [Lua 5.4+ warning function](https://www.lua.org/manual/5.4/manual.html#lua_setwarnf) that sends messages to `push_warning`
1315
- `LuaThread` class as a superclass for `LuaCoroutine`.

0 commit comments

Comments
 (0)