Skip to content

Commit 7d8cf59

Browse files
committed
chore: Add changelog items.
1 parent bd5eb07 commit 7d8cf59

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/dart/godot_dart/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.5.0
2+
3+
- Variant can now be constructed from an Object without using `fromObject`
4+
- Variants that had `.fromGDString` now also have `.fromString` constructors
5+
- Added `CallbackAwaiter` which allows you to await a Callable being called.
6+
17
## 0.4.0
28

39
- Improve Global Class hot reload by having the generator create a list of available global classes.

0 commit comments

Comments
 (0)