Skip to content

Commit e3ac0ed

Browse files
committed
chore: CHANGELOG updates
Update changeslogs for godot_dart 0.9.0 and godot_dart_builder 0.7.0
1 parent f914056 commit e3ac0ed

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/dart/godot_dart/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- Add type safe `SignalX` objects supporting automatic registering / deregistering.
44
- Fixed an issue with ScriptInstances not detaching themselves from their Dart counterparts on deletion.
55
- Attempted to refactor several files to make analysis faster.
6+
- Fix weak conversion from `StringName` / `GDString` in `Variant.cast`
67

78
## 0.8.0
89

src/dart/godot_dart_build/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
- Add the ability to use @GodotProperty on getters.
44
- Allow sending RPC messages to specific peers.
5+
- Fix generation of RPCs in several situations.
56

67
## 0.6.0
78

0 commit comments

Comments
 (0)