You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/0.11.0.md
+2
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,8 @@ These can also be queried as normal!
39
39
The documentation you can generate via exported `ladfile`s now looks much better, types have nested links to other types, and things generally look better!
The conversion from `mlua::Function` to `ScriptValue` is now supported, and as such you can store arbitrary lua callbacks through reflection in your `components/resources` (being careful not to unload scripts while these are being used, as it will likely cause panics in mlua)
42
44
43
45
### Continous Benchmarking
44
46
BMS now runs and publishes the results of a variety of benchmarks over at [bencher](https://bencher.dev/console/projects/bms/plots)
0 commit comments