Skip to content

Commit

Permalink
chore: update release-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
makspll authored Feb 1, 2025
1 parent f7fc16e commit 645d933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-notes/0.9.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Summary
- The entire crate was completely re-written
- We cut down the number of crates, moving most common functionality into the core crate and removing all the horrible macros
- All of the systems have been made more robust and testable
- All of the systems have been made more robust and testable (with a respectable 72% test coverage)
- The crate is now completely panic free!
- The script lifecycle is automatically tied to script assets, loading and unloading assets and placing `ScriptComponent`'s on entities is all you need to do to manage the complexities of creating, updating, deleting and hot-loading script state.
- A new `ScriptValue` abstraction allows us to centrally define and register dynamic script functions which automatically register their type dependencies with the `AppTypeRegistry`
Expand Down

0 comments on commit 645d933

Please sign in to comment.