Skip to content

Commit 645d933

Browse files
authored
chore: update release-notes
1 parent f7fc16e commit 645d933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-notes/0.9.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Summary
66
- The entire crate was completely re-written
77
- We cut down the number of crates, moving most common functionality into the core crate and removing all the horrible macros
8-
- All of the systems have been made more robust and testable
8+
- All of the systems have been made more robust and testable (with a respectable 72% test coverage)
99
- The crate is now completely panic free!
1010
- 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.
1111
- A new `ScriptValue` abstraction allows us to centrally define and register dynamic script functions which automatically register their type dependencies with the `AppTypeRegistry`

0 commit comments

Comments
 (0)