Skip to content

Commit 4aa93b3

Browse files
authored
Update CHANGELOG.md
1 parent 6201744 commit 4aa93b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66

77
- improve errors when entity is unavailable ([#410](https://github.com/makspll/bevy_mod_scripting/pull/410))
88
- [**breaking**] Add `BMSPlugin` group, feature flag for bindings per bevy crate & add script global filter options ([#408](https://github.com/makspll/bevy_mod_scripting/pull/408))
9+
- The CoreScriptGlobalsPlugin now also stores options for filtering registered globals, which can be changed.
910
- add option to emit response event on each callback & `RunScriptCallback` command for "once-off" callbacks ([#403](https://github.com/makspll/bevy_mod_scripting/pull/403))
10-
1111
### Fixed
1212

1313
- `lua54` feature being forced ([#413](https://github.com/makspll/bevy_mod_scripting/pull/413))
14+
- `GetTypeDependency` derive macro using the wrong path for `bms_core` ([#409](https://github.com/makspll/bevy_mod_scripting/pull/409))
1415

1516
### Other
1617

0 commit comments

Comments
 (0)